| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgNullifyStatement :: Typeable a => SgNode a -> IO (Maybe (SgNullifyStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgNullifyStatement. | ||||
| upSgNullifyStatement :: Typeable a => SgNullifyStatement a -> SgNullifyStatement () | ||||
| Performs an upcast of a SgNullifyStatement subtype to a SgNullifyStatement. | ||||
| newNullifyStatement :: Typeable a => Sg_File_Info a -> IO (SgNullifyStatement ()) | ||||
| Stub for ::SgNullifyStatement::SgNullifyStatement of type void (class ::Sg_File_Info*) | ||||
| newNullifyStatement2 :: IO (SgNullifyStatement ()) | ||||
| Stub for ::SgNullifyStatement::SgNullifyStatement of type void () | ||||
| nullifyStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgNullifyStatement a -> IO () | ||||
| Stub for ::SgNullifyStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| nullifyStatementClassName :: Typeable a => SgNullifyStatement a -> IO String | ||||
| Stub for ::SgNullifyStatement::class_name of type ::std::string() | ||||
| nullifyStatementGetChildIndex :: (Typeable a, Typeable b) => SgNullifyStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgNullifyStatement::getChildIndex of type long (class ::SgNode*) | ||||
| nullifyStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgNullifyStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgNullifyStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| nullifyStatementGetNumberOfTraversalSuccessors :: Typeable a => SgNullifyStatement a -> IO CSize | ||||
| Stub for ::SgNullifyStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| nullifyStatementGetPointerList :: Typeable a => SgNullifyStatement a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgNullifyStatement::get_pointer_list of type class ::SgExprListExp*() | ||||
| nullifyStatementGetTraversalSuccessorByIndex :: Typeable a => SgNullifyStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgNullifyStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| nullifyStatementGetTraversalSuccessorContainer :: Typeable a => SgNullifyStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgNullifyStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| nullifyStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgNullifyStatement a -> IO [CString] | ||||
| Stub for ::SgNullifyStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| nullifyStatementIsInMemoryPool :: Typeable a => SgNullifyStatement a -> IO Bool | ||||
| Stub for ::SgNullifyStatement::isInMemoryPool of type bool () | ||||
| nullifyStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgNullifyStatement::memoryUsage of type ::size_t() | ||||
| nullifyStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgNullifyStatement::numberOfNodes of type ::size_t() | ||||
| nullifyStatementPostConstructionInitialization :: Typeable a => SgNullifyStatement a -> IO () | ||||
| Stub for ::SgNullifyStatement::post_construction_initialization of type void () | ||||
| nullifyStatementSageClassName :: Typeable a => SgNullifyStatement a -> IO String | ||||
| Stub for ::SgNullifyStatement::sage_class_name of type const char *() | ||||
| nullifyStatementSetPointerList :: (Typeable a, Typeable b) => SgNullifyStatement a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgNullifyStatement::set_pointer_list of type void (class ::SgExprListExp*) | ||||
| nullifyStatementVariantT :: Typeable a => SgNullifyStatement a -> IO VariantT | ||||
| Stub for ::SgNullifyStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |