| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgStopOrPauseStatement :: Typeable a => SgNode a -> IO (Maybe (SgStopOrPauseStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgStopOrPauseStatement. | ||||
| upSgStopOrPauseStatement :: Typeable a => SgStopOrPauseStatement a -> SgStopOrPauseStatement () | ||||
| Performs an upcast of a SgStopOrPauseStatement subtype to a SgStopOrPauseStatement. | ||||
| newStopOrPauseStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgStopOrPauseStatement ()) | ||||
| Stub for ::SgStopOrPauseStatement::SgStopOrPauseStatement of type void (class ::Sg_File_Info*, class ::SgExpression*) | ||||
| newStopOrPauseStatement2 :: Typeable a => SgExpression a -> IO (SgStopOrPauseStatement ()) | ||||
| Stub for ::SgStopOrPauseStatement::SgStopOrPauseStatement of type void (class ::SgExpression*) | ||||
| stopOrPauseStatementCfgIndexForEnd :: Typeable a => SgStopOrPauseStatement a -> IO CUInt | ||||
| Stub for ::SgStopOrPauseStatement::cfgIndexForEnd of type unsigned int () | ||||
| stopOrPauseStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgStopOrPauseStatement a -> IO () | ||||
| Stub for ::SgStopOrPauseStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| stopOrPauseStatementClassName :: Typeable a => SgStopOrPauseStatement a -> IO String | ||||
| Stub for ::SgStopOrPauseStatement::class_name of type ::std::string() | ||||
| stopOrPauseStatementGetChildIndex :: (Typeable a, Typeable b) => SgStopOrPauseStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgStopOrPauseStatement::getChildIndex of type long (class ::SgNode*) | ||||
| stopOrPauseStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgStopOrPauseStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgStopOrPauseStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| stopOrPauseStatementGetCode :: Typeable a => SgStopOrPauseStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgStopOrPauseStatement::get_code of type class ::SgExpression*() | ||||
| stopOrPauseStatementGetNumberOfTraversalSuccessors :: Typeable a => SgStopOrPauseStatement a -> IO CSize | ||||
| Stub for ::SgStopOrPauseStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| stopOrPauseStatementGetTraversalSuccessorByIndex :: Typeable a => SgStopOrPauseStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgStopOrPauseStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| stopOrPauseStatementGetTraversalSuccessorContainer :: Typeable a => SgStopOrPauseStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgStopOrPauseStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| stopOrPauseStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgStopOrPauseStatement a -> IO [CString] | ||||
| Stub for ::SgStopOrPauseStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| stopOrPauseStatementIsInMemoryPool :: Typeable a => SgStopOrPauseStatement a -> IO Bool | ||||
| Stub for ::SgStopOrPauseStatement::isInMemoryPool of type bool () | ||||
| stopOrPauseStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgStopOrPauseStatement::memoryUsage of type ::size_t() | ||||
| stopOrPauseStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgStopOrPauseStatement::numberOfNodes of type ::size_t() | ||||
| stopOrPauseStatementPostConstructionInitialization :: Typeable a => SgStopOrPauseStatement a -> IO () | ||||
| Stub for ::SgStopOrPauseStatement::post_construction_initialization of type void () | ||||
| stopOrPauseStatementSageClassName :: Typeable a => SgStopOrPauseStatement a -> IO String | ||||
| Stub for ::SgStopOrPauseStatement::sage_class_name of type const char *() | ||||
| stopOrPauseStatementSetCode :: (Typeable a, Typeable b) => SgStopOrPauseStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgStopOrPauseStatement::set_code of type void (class ::SgExpression*) | ||||
| stopOrPauseStatementVariantT :: Typeable a => SgStopOrPauseStatement a -> IO VariantT | ||||
| Stub for ::SgStopOrPauseStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |