| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgRewindStatement :: Typeable a => SgNode a -> IO (Maybe (SgRewindStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgRewindStatement. | ||||
| upSgRewindStatement :: Typeable a => SgRewindStatement a -> SgRewindStatement () | ||||
| Performs an upcast of a SgRewindStatement subtype to a SgRewindStatement. | ||||
| newRewindStatement :: Typeable a => Sg_File_Info a -> IO (SgRewindStatement ()) | ||||
| Stub for ::SgRewindStatement::SgRewindStatement of type void (class ::Sg_File_Info*) | ||||
| newRewindStatement2 :: IO (SgRewindStatement ()) | ||||
| Stub for ::SgRewindStatement::SgRewindStatement of type void () | ||||
| rewindStatementCfgIndexForEnd :: Typeable a => SgRewindStatement a -> IO CUInt | ||||
| Stub for ::SgRewindStatement::cfgIndexForEnd of type unsigned int () | ||||
| rewindStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgRewindStatement a -> IO () | ||||
| Stub for ::SgRewindStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| rewindStatementClassName :: Typeable a => SgRewindStatement a -> IO String | ||||
| Stub for ::SgRewindStatement::class_name of type ::std::string() | ||||
| rewindStatementGetChildIndex :: (Typeable a, Typeable b) => SgRewindStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgRewindStatement::getChildIndex of type long (class ::SgNode*) | ||||
| rewindStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgRewindStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgRewindStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| rewindStatementGetNumberOfTraversalSuccessors :: Typeable a => SgRewindStatement a -> IO CSize | ||||
| Stub for ::SgRewindStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| rewindStatementGetTraversalSuccessorByIndex :: Typeable a => SgRewindStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgRewindStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| rewindStatementGetTraversalSuccessorContainer :: Typeable a => SgRewindStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgRewindStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| rewindStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgRewindStatement a -> IO [CString] | ||||
| Stub for ::SgRewindStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| rewindStatementIsInMemoryPool :: Typeable a => SgRewindStatement a -> IO Bool | ||||
| Stub for ::SgRewindStatement::isInMemoryPool of type bool () | ||||
| rewindStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgRewindStatement::memoryUsage of type ::size_t() | ||||
| rewindStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgRewindStatement::numberOfNodes of type ::size_t() | ||||
| rewindStatementPostConstructionInitialization :: Typeable a => SgRewindStatement a -> IO () | ||||
| Stub for ::SgRewindStatement::post_construction_initialization of type void () | ||||
| rewindStatementSageClassName :: Typeable a => SgRewindStatement a -> IO String | ||||
| Stub for ::SgRewindStatement::sage_class_name of type const char *() | ||||
| rewindStatementVariantT :: Typeable a => SgRewindStatement a -> IO VariantT | ||||
| Stub for ::SgRewindStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |