| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgCloseStatement :: Typeable a => SgNode a -> IO (Maybe (SgCloseStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgCloseStatement. | ||||
| upSgCloseStatement :: Typeable a => SgCloseStatement a -> SgCloseStatement () | ||||
| Performs an upcast of a SgCloseStatement subtype to a SgCloseStatement. | ||||
| newCloseStatement :: Typeable a => Sg_File_Info a -> IO (SgCloseStatement ()) | ||||
| Stub for ::SgCloseStatement::SgCloseStatement of type void (class ::Sg_File_Info*) | ||||
| newCloseStatement2 :: IO (SgCloseStatement ()) | ||||
| Stub for ::SgCloseStatement::SgCloseStatement of type void () | ||||
| closeStatementCfgIndexForEnd :: Typeable a => SgCloseStatement a -> IO CUInt | ||||
| Stub for ::SgCloseStatement::cfgIndexForEnd of type unsigned int () | ||||
| closeStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCloseStatement a -> IO () | ||||
| Stub for ::SgCloseStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| closeStatementClassName :: Typeable a => SgCloseStatement a -> IO String | ||||
| Stub for ::SgCloseStatement::class_name of type ::std::string() | ||||
| closeStatementGetChildIndex :: (Typeable a, Typeable b) => SgCloseStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgCloseStatement::getChildIndex of type long (class ::SgNode*) | ||||
| closeStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgCloseStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgCloseStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| closeStatementGetNumberOfTraversalSuccessors :: Typeable a => SgCloseStatement a -> IO CSize | ||||
| Stub for ::SgCloseStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| closeStatementGetStatus :: Typeable a => SgCloseStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgCloseStatement::get_status of type class ::SgExpression*() | ||||
| closeStatementGetTraversalSuccessorByIndex :: Typeable a => SgCloseStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgCloseStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| closeStatementGetTraversalSuccessorContainer :: Typeable a => SgCloseStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgCloseStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| closeStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgCloseStatement a -> IO [CString] | ||||
| Stub for ::SgCloseStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| closeStatementIsInMemoryPool :: Typeable a => SgCloseStatement a -> IO Bool | ||||
| Stub for ::SgCloseStatement::isInMemoryPool of type bool () | ||||
| closeStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgCloseStatement::memoryUsage of type ::size_t() | ||||
| closeStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgCloseStatement::numberOfNodes of type ::size_t() | ||||
| closeStatementPostConstructionInitialization :: Typeable a => SgCloseStatement a -> IO () | ||||
| Stub for ::SgCloseStatement::post_construction_initialization of type void () | ||||
| closeStatementSageClassName :: Typeable a => SgCloseStatement a -> IO String | ||||
| Stub for ::SgCloseStatement::sage_class_name of type const char *() | ||||
| closeStatementSetStatus :: (Typeable a, Typeable b) => SgCloseStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgCloseStatement::set_status of type void (class ::SgExpression*) | ||||
| closeStatementVariantT :: Typeable a => SgCloseStatement a -> IO VariantT | ||||
| Stub for ::SgCloseStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |