| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgPrintStatement :: Typeable a => SgNode a -> IO (Maybe (SgPrintStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgPrintStatement. | ||||
| upSgPrintStatement :: Typeable a => SgPrintStatement a -> SgPrintStatement () | ||||
| Performs an upcast of a SgPrintStatement subtype to a SgPrintStatement. | ||||
| newPrintStatement :: Typeable a => Sg_File_Info a -> IO (SgPrintStatement ()) | ||||
| Stub for ::SgPrintStatement::SgPrintStatement of type void (class ::Sg_File_Info*) | ||||
| newPrintStatement2 :: IO (SgPrintStatement ()) | ||||
| Stub for ::SgPrintStatement::SgPrintStatement of type void () | ||||
| printStatementCfgIndexForEnd :: Typeable a => SgPrintStatement a -> IO CUInt | ||||
| Stub for ::SgPrintStatement::cfgIndexForEnd of type unsigned int () | ||||
| printStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgPrintStatement a -> IO () | ||||
| Stub for ::SgPrintStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| printStatementClassName :: Typeable a => SgPrintStatement a -> IO String | ||||
| Stub for ::SgPrintStatement::class_name of type ::std::string() | ||||
| printStatementGetChildIndex :: (Typeable a, Typeable b) => SgPrintStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgPrintStatement::getChildIndex of type long (class ::SgNode*) | ||||
| printStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgPrintStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgPrintStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| printStatementGetFormat :: Typeable a => SgPrintStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgPrintStatement::get_format of type class ::SgExpression*() | ||||
| printStatementGetNumberOfTraversalSuccessors :: Typeable a => SgPrintStatement a -> IO CSize | ||||
| Stub for ::SgPrintStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| printStatementGetTraversalSuccessorByIndex :: Typeable a => SgPrintStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgPrintStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| printStatementGetTraversalSuccessorContainer :: Typeable a => SgPrintStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgPrintStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| printStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgPrintStatement a -> IO [CString] | ||||
| Stub for ::SgPrintStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| printStatementIsInMemoryPool :: Typeable a => SgPrintStatement a -> IO Bool | ||||
| Stub for ::SgPrintStatement::isInMemoryPool of type bool () | ||||
| printStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgPrintStatement::memoryUsage of type ::size_t() | ||||
| printStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgPrintStatement::numberOfNodes of type ::size_t() | ||||
| printStatementPostConstructionInitialization :: Typeable a => SgPrintStatement a -> IO () | ||||
| Stub for ::SgPrintStatement::post_construction_initialization of type void () | ||||
| printStatementSageClassName :: Typeable a => SgPrintStatement a -> IO String | ||||
| Stub for ::SgPrintStatement::sage_class_name of type const char *() | ||||
| printStatementSetFormat :: (Typeable a, Typeable b) => SgPrintStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgPrintStatement::set_format of type void (class ::SgExpression*) | ||||
| printStatementVariantT :: Typeable a => SgPrintStatement a -> IO VariantT | ||||
| Stub for ::SgPrintStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |