|
| ROSE.Sage3.Methods.SgEntryStatement |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgEntryStatement :: Typeable a => SgNode a -> IO (Maybe (SgEntryStatement ())) |
| Attempts a dynamic cast of the given node to the type SgEntryStatement.
|
|
| upSgEntryStatement :: Typeable a => SgEntryStatement a -> SgEntryStatement () |
| Performs an upcast of a SgEntryStatement subtype to a SgEntryStatement.
|
|
| newEntryStatement :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> String -> SgFunctionType b -> SgFunctionDefinition c -> IO (SgEntryStatement ()) |
| Stub for ::SgEntryStatement::SgEntryStatement of type void (class ::Sg_File_Info*, class ::SgName, class ::SgFunctionType*, class ::SgFunctionDefinition*)
|
|
| newEntryStatement2 :: (Typeable a, Typeable b) => String -> SgFunctionType a -> SgFunctionDefinition b -> IO (SgEntryStatement ()) |
| Stub for ::SgEntryStatement::SgEntryStatement of type void (class ::SgName, class ::SgFunctionType*, class ::SgFunctionDefinition*)
|
|
| entryStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgEntryStatement a -> IO () |
| Stub for ::SgEntryStatement::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| entryStatementClassName :: Typeable a => SgEntryStatement a -> IO String |
| Stub for ::SgEntryStatement::class_name of type ::std::string()
|
|
| entryStatementGetChildIndex :: (Typeable a, Typeable b) => SgEntryStatement a -> SgNode b -> IO CLong |
| Stub for ::SgEntryStatement::getChildIndex of type long (class ::SgNode*)
|
|
| entryStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgEntryStatement a -> SgNode b -> IO CSize |
| Stub for ::SgEntryStatement::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| entryStatementGetMangledName :: Typeable a => SgEntryStatement a -> IO String |
| Stub for ::SgEntryStatement::get_mangled_name of type class ::SgName()
|
|
| entryStatementGetNumberOfTraversalSuccessors :: Typeable a => SgEntryStatement a -> IO CSize |
| Stub for ::SgEntryStatement::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| entryStatementGetResultName :: Typeable a => SgEntryStatement a -> IO (SgInitializedName ()) |
| Stub for ::SgEntryStatement::get_result_name of type class ::SgInitializedName*()
|
|
| entryStatementGetTraversalSuccessorByIndex :: Typeable a => SgEntryStatement a -> CSize -> IO (SgNode ()) |
| Stub for ::SgEntryStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| entryStatementGetTraversalSuccessorContainer :: Typeable a => SgEntryStatement a -> IO [SgNode ()] |
| Stub for ::SgEntryStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| entryStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgEntryStatement a -> IO [CString] |
| Stub for ::SgEntryStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| entryStatementIsInMemoryPool :: Typeable a => SgEntryStatement a -> IO Bool |
| Stub for ::SgEntryStatement::isInMemoryPool of type bool ()
|
|
| entryStatementMemoryUsage :: IO CSize |
| Stub for ::SgEntryStatement::memoryUsage of type ::size_t()
|
|
| entryStatementNumberOfNodes :: IO CSize |
| Stub for ::SgEntryStatement::numberOfNodes of type ::size_t()
|
|
| entryStatementPostConstructionInitialization :: Typeable a => SgEntryStatement a -> IO () |
| Stub for ::SgEntryStatement::post_construction_initialization of type void ()
|
|
| entryStatementSageClassName :: Typeable a => SgEntryStatement a -> IO String |
| Stub for ::SgEntryStatement::sage_class_name of type const char *()
|
|
| entryStatementSetResultName :: (Typeable a, Typeable b) => SgEntryStatement a -> SgInitializedName b -> IO () |
| Stub for ::SgEntryStatement::set_result_name of type void (class ::SgInitializedName*)
|
|
| entryStatementVariantT :: Typeable a => SgEntryStatement a -> IO VariantT |
| Stub for ::SgEntryStatement::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |