| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgParameterStatement :: Typeable a => SgNode a -> IO (Maybe (SgParameterStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgParameterStatement. | ||||
| upSgParameterStatement :: Typeable a => SgParameterStatement a -> SgParameterStatement () | ||||
| Performs an upcast of a SgParameterStatement subtype to a SgParameterStatement. | ||||
| newParameterStatement :: Typeable a => Sg_File_Info a -> IO (SgParameterStatement ()) | ||||
| Stub for ::SgParameterStatement::SgParameterStatement of type void (class ::Sg_File_Info*) | ||||
| newParameterStatement2 :: IO (SgParameterStatement ()) | ||||
| Stub for ::SgParameterStatement::SgParameterStatement of type void () | ||||
| parameterStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgParameterStatement a -> IO () | ||||
| Stub for ::SgParameterStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| parameterStatementClassName :: Typeable a => SgParameterStatement a -> IO String | ||||
| Stub for ::SgParameterStatement::class_name of type ::std::string() | ||||
| parameterStatementGetChildIndex :: (Typeable a, Typeable b) => SgParameterStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgParameterStatement::getChildIndex of type long (class ::SgNode*) | ||||
| parameterStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgParameterStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgParameterStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| parameterStatementGetNumberOfTraversalSuccessors :: Typeable a => SgParameterStatement a -> IO CSize | ||||
| Stub for ::SgParameterStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| parameterStatementGetTraversalSuccessorByIndex :: Typeable a => SgParameterStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgParameterStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| parameterStatementGetTraversalSuccessorContainer :: Typeable a => SgParameterStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgParameterStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| parameterStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgParameterStatement a -> IO [CString] | ||||
| Stub for ::SgParameterStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| parameterStatementIsInMemoryPool :: Typeable a => SgParameterStatement a -> IO Bool | ||||
| Stub for ::SgParameterStatement::isInMemoryPool of type bool () | ||||
| parameterStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgParameterStatement::memoryUsage of type ::size_t() | ||||
| parameterStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgParameterStatement::numberOfNodes of type ::size_t() | ||||
| parameterStatementPostConstructionInitialization :: Typeable a => SgParameterStatement a -> IO () | ||||
| Stub for ::SgParameterStatement::post_construction_initialization of type void () | ||||
| parameterStatementSageClassName :: Typeable a => SgParameterStatement a -> IO String | ||||
| Stub for ::SgParameterStatement::sage_class_name of type const char *() | ||||
| parameterStatementVariantT :: Typeable a => SgParameterStatement a -> IO VariantT | ||||
| Stub for ::SgParameterStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |