| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgSequenceStatement :: Typeable a => SgNode a -> IO (Maybe (SgSequenceStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgSequenceStatement. | ||||
| upSgSequenceStatement :: Typeable a => SgSequenceStatement a -> SgSequenceStatement () | ||||
| Performs an upcast of a SgSequenceStatement subtype to a SgSequenceStatement. | ||||
| newSequenceStatement :: Typeable a => Sg_File_Info a -> IO (SgSequenceStatement ()) | ||||
| Stub for ::SgSequenceStatement::SgSequenceStatement of type void (class ::Sg_File_Info*) | ||||
| newSequenceStatement2 :: IO (SgSequenceStatement ()) | ||||
| Stub for ::SgSequenceStatement::SgSequenceStatement of type void () | ||||
| sequenceStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgSequenceStatement a -> IO () | ||||
| Stub for ::SgSequenceStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| sequenceStatementClassName :: Typeable a => SgSequenceStatement a -> IO String | ||||
| Stub for ::SgSequenceStatement::class_name of type ::std::string() | ||||
| sequenceStatementGetChildIndex :: (Typeable a, Typeable b) => SgSequenceStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgSequenceStatement::getChildIndex of type long (class ::SgNode*) | ||||
| sequenceStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgSequenceStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgSequenceStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| sequenceStatementGetNumberOfTraversalSuccessors :: Typeable a => SgSequenceStatement a -> IO CSize | ||||
| Stub for ::SgSequenceStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| sequenceStatementGetTraversalSuccessorByIndex :: Typeable a => SgSequenceStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgSequenceStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| sequenceStatementGetTraversalSuccessorContainer :: Typeable a => SgSequenceStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgSequenceStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| sequenceStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgSequenceStatement a -> IO [CString] | ||||
| Stub for ::SgSequenceStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| sequenceStatementIsInMemoryPool :: Typeable a => SgSequenceStatement a -> IO Bool | ||||
| Stub for ::SgSequenceStatement::isInMemoryPool of type bool () | ||||
| sequenceStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgSequenceStatement::memoryUsage of type ::size_t() | ||||
| sequenceStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgSequenceStatement::numberOfNodes of type ::size_t() | ||||
| sequenceStatementPostConstructionInitialization :: Typeable a => SgSequenceStatement a -> IO () | ||||
| Stub for ::SgSequenceStatement::post_construction_initialization of type void () | ||||
| sequenceStatementSageClassName :: Typeable a => SgSequenceStatement a -> IO String | ||||
| Stub for ::SgSequenceStatement::sage_class_name of type const char *() | ||||
| sequenceStatementVariantT :: Typeable a => SgSequenceStatement a -> IO VariantT | ||||
| Stub for ::SgSequenceStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |