| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgContinueStmt :: Typeable a => SgNode a -> IO (Maybe (SgContinueStmt ())) | ||||
| Attempts a dynamic cast of the given node to the type SgContinueStmt. | ||||
| upSgContinueStmt :: Typeable a => SgContinueStmt a -> SgContinueStmt () | ||||
| Performs an upcast of a SgContinueStmt subtype to a SgContinueStmt. | ||||
| newContinueStmt :: Typeable a => Sg_File_Info a -> IO (SgContinueStmt ()) | ||||
| Stub for ::SgContinueStmt::SgContinueStmt of type void (class ::Sg_File_Info*) | ||||
| newContinueStmt2 :: IO (SgContinueStmt ()) | ||||
| Stub for ::SgContinueStmt::SgContinueStmt of type void () | ||||
| continueStmtCfgIndexForEnd :: Typeable a => SgContinueStmt a -> IO CUInt | ||||
| Stub for ::SgContinueStmt::cfgIndexForEnd of type unsigned int () | ||||
| continueStmtCfgIsIndexInteresting :: Typeable a => SgContinueStmt a -> CUInt -> IO Bool | ||||
| Stub for ::SgContinueStmt::cfgIsIndexInteresting of type bool (unsigned int ) | ||||
| continueStmtCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgContinueStmt a -> IO () | ||||
| Stub for ::SgContinueStmt::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| continueStmtClassName :: Typeable a => SgContinueStmt a -> IO String | ||||
| Stub for ::SgContinueStmt::class_name of type ::std::string() | ||||
| continueStmtGetChildIndex :: (Typeable a, Typeable b) => SgContinueStmt a -> SgNode b -> IO CLong | ||||
| Stub for ::SgContinueStmt::getChildIndex of type long (class ::SgNode*) | ||||
| continueStmtGetChildIndex2 :: (Typeable a, Typeable b) => SgContinueStmt a -> SgNode b -> IO CSize | ||||
| Stub for ::SgContinueStmt::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| continueStmtGetDoStringLabel :: Typeable a => SgContinueStmt a -> IO String | ||||
| Stub for ::SgContinueStmt::get_do_string_label of type ::std::string() | ||||
| continueStmtGetNumberOfTraversalSuccessors :: Typeable a => SgContinueStmt a -> IO CSize | ||||
| Stub for ::SgContinueStmt::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| continueStmtGetTraversalSuccessorByIndex :: Typeable a => SgContinueStmt a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgContinueStmt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| continueStmtGetTraversalSuccessorContainer :: Typeable a => SgContinueStmt a -> IO [SgNode ()] | ||||
| Stub for ::SgContinueStmt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| continueStmtGetTraversalSuccessorNamesContainer :: Typeable a => SgContinueStmt a -> IO [CString] | ||||
| Stub for ::SgContinueStmt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| continueStmtIsInMemoryPool :: Typeable a => SgContinueStmt a -> IO Bool | ||||
| Stub for ::SgContinueStmt::isInMemoryPool of type bool () | ||||
| continueStmtMemoryUsage :: IO CSize | ||||
| Stub for ::SgContinueStmt::memoryUsage of type ::size_t() | ||||
| continueStmtNumberOfNodes :: IO CSize | ||||
| Stub for ::SgContinueStmt::numberOfNodes of type ::size_t() | ||||
| continueStmtPostConstructionInitialization :: Typeable a => SgContinueStmt a -> IO () | ||||
| Stub for ::SgContinueStmt::post_construction_initialization of type void () | ||||
| continueStmtSageClassName :: Typeable a => SgContinueStmt a -> IO String | ||||
| Stub for ::SgContinueStmt::sage_class_name of type const char *() | ||||
| continueStmtSetDoStringLabel :: Typeable a => SgContinueStmt a -> String -> IO () | ||||
| Stub for ::SgContinueStmt::set_do_string_label of type void (::std::string) | ||||
| continueStmtVariantT :: Typeable a => SgContinueStmt a -> IO VariantT | ||||
| Stub for ::SgContinueStmt::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |