| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgNullStatement :: Typeable a => SgNode a -> IO (Maybe (SgNullStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgNullStatement. | ||||
| upSgNullStatement :: Typeable a => SgNullStatement a -> SgNullStatement () | ||||
| Performs an upcast of a SgNullStatement subtype to a SgNullStatement. | ||||
| newNullStatement :: Typeable a => Sg_File_Info a -> IO (SgNullStatement ()) | ||||
| Stub for ::SgNullStatement::SgNullStatement of type void (class ::Sg_File_Info*) | ||||
| newNullStatement2 :: IO (SgNullStatement ()) | ||||
| Stub for ::SgNullStatement::SgNullStatement of type void () | ||||
| nullStatementCfgIndexForEnd :: Typeable a => SgNullStatement a -> IO CUInt | ||||
| Stub for ::SgNullStatement::cfgIndexForEnd of type unsigned int () | ||||
| nullStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgNullStatement a -> IO () | ||||
| Stub for ::SgNullStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| nullStatementClassName :: Typeable a => SgNullStatement a -> IO String | ||||
| Stub for ::SgNullStatement::class_name of type ::std::string() | ||||
| nullStatementGetChildIndex :: (Typeable a, Typeable b) => SgNullStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgNullStatement::getChildIndex of type long (class ::SgNode*) | ||||
| nullStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgNullStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgNullStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| nullStatementGetNumberOfTraversalSuccessors :: Typeable a => SgNullStatement a -> IO CSize | ||||
| Stub for ::SgNullStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| nullStatementGetTraversalSuccessorByIndex :: Typeable a => SgNullStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgNullStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| nullStatementGetTraversalSuccessorContainer :: Typeable a => SgNullStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgNullStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| nullStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgNullStatement a -> IO [CString] | ||||
| Stub for ::SgNullStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| nullStatementIsInMemoryPool :: Typeable a => SgNullStatement a -> IO Bool | ||||
| Stub for ::SgNullStatement::isInMemoryPool of type bool () | ||||
| nullStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgNullStatement::memoryUsage of type ::size_t() | ||||
| nullStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgNullStatement::numberOfNodes of type ::size_t() | ||||
| nullStatementPostConstructionInitialization :: Typeable a => SgNullStatement a -> IO () | ||||
| Stub for ::SgNullStatement::post_construction_initialization of type void () | ||||
| nullStatementSageClassName :: Typeable a => SgNullStatement a -> IO String | ||||
| Stub for ::SgNullStatement::sage_class_name of type const char *() | ||||
| nullStatementVariantT :: Typeable a => SgNullStatement a -> IO VariantT | ||||
| Stub for ::SgNullStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |