| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgBlockDataStatement :: Typeable a => SgNode a -> IO (Maybe (SgBlockDataStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgBlockDataStatement. | ||||
| upSgBlockDataStatement :: Typeable a => SgBlockDataStatement a -> SgBlockDataStatement () | ||||
| Performs an upcast of a SgBlockDataStatement subtype to a SgBlockDataStatement. | ||||
| newBlockDataStatement :: Typeable a => Sg_File_Info a -> IO (SgBlockDataStatement ()) | ||||
| Stub for ::SgBlockDataStatement::SgBlockDataStatement of type void (class ::Sg_File_Info*) | ||||
| newBlockDataStatement2 :: IO (SgBlockDataStatement ()) | ||||
| Stub for ::SgBlockDataStatement::SgBlockDataStatement of type void () | ||||
| blockDataStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgBlockDataStatement a -> IO () | ||||
| Stub for ::SgBlockDataStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| blockDataStatementClassName :: Typeable a => SgBlockDataStatement a -> IO String | ||||
| Stub for ::SgBlockDataStatement::class_name of type ::std::string() | ||||
| blockDataStatementGetChildIndex :: (Typeable a, Typeable b) => SgBlockDataStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgBlockDataStatement::getChildIndex of type long (class ::SgNode*) | ||||
| blockDataStatementGetBody :: Typeable a => SgBlockDataStatement a -> IO (SgBasicBlock ()) | ||||
| Stub for ::SgBlockDataStatement::get_body of type class ::SgBasicBlock*() | ||||
| blockDataStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgBlockDataStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgBlockDataStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| blockDataStatementGetNumberOfTraversalSuccessors :: Typeable a => SgBlockDataStatement a -> IO CSize | ||||
| Stub for ::SgBlockDataStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| blockDataStatementGetTraversalSuccessorByIndex :: Typeable a => SgBlockDataStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgBlockDataStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| blockDataStatementGetTraversalSuccessorContainer :: Typeable a => SgBlockDataStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgBlockDataStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| blockDataStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgBlockDataStatement a -> IO [CString] | ||||
| Stub for ::SgBlockDataStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| blockDataStatementIsInMemoryPool :: Typeable a => SgBlockDataStatement a -> IO Bool | ||||
| Stub for ::SgBlockDataStatement::isInMemoryPool of type bool () | ||||
| blockDataStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgBlockDataStatement::memoryUsage of type ::size_t() | ||||
| blockDataStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgBlockDataStatement::numberOfNodes of type ::size_t() | ||||
| blockDataStatementPostConstructionInitialization :: Typeable a => SgBlockDataStatement a -> IO () | ||||
| Stub for ::SgBlockDataStatement::post_construction_initialization of type void () | ||||
| blockDataStatementSageClassName :: Typeable a => SgBlockDataStatement a -> IO String | ||||
| Stub for ::SgBlockDataStatement::sage_class_name of type const char *() | ||||
| blockDataStatementSetBody :: (Typeable a, Typeable b) => SgBlockDataStatement a -> SgBasicBlock b -> IO () | ||||
| Stub for ::SgBlockDataStatement::set_body of type void (class ::SgBasicBlock*) | ||||
| blockDataStatementVariantT :: Typeable a => SgBlockDataStatement a -> IO VariantT | ||||
| Stub for ::SgBlockDataStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |