|
| ROSE.Sage3.Methods.SgProgramHeaderStatement |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgProgramHeaderStatement :: Typeable a => SgNode a -> IO (Maybe (SgProgramHeaderStatement ())) |
| Attempts a dynamic cast of the given node to the type SgProgramHeaderStatement.
|
|
| upSgProgramHeaderStatement :: Typeable a => SgProgramHeaderStatement a -> SgProgramHeaderStatement () |
| Performs an upcast of a SgProgramHeaderStatement subtype to a SgProgramHeaderStatement.
|
|
| newProgramHeaderStatement :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> String -> SgFunctionType b -> SgFunctionDefinition c -> IO (SgProgramHeaderStatement ()) |
| Stub for ::SgProgramHeaderStatement::SgProgramHeaderStatement of type void (class ::Sg_File_Info*, class ::SgName, class ::SgFunctionType*, class ::SgFunctionDefinition*)
|
|
| newProgramHeaderStatement2 :: (Typeable a, Typeable b) => String -> SgFunctionType a -> SgFunctionDefinition b -> IO (SgProgramHeaderStatement ()) |
| Stub for ::SgProgramHeaderStatement::SgProgramHeaderStatement of type void (class ::SgName, class ::SgFunctionType*, class ::SgFunctionDefinition*)
|
|
| programHeaderStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgProgramHeaderStatement a -> IO () |
| Stub for ::SgProgramHeaderStatement::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| programHeaderStatementClassName :: Typeable a => SgProgramHeaderStatement a -> IO String |
| Stub for ::SgProgramHeaderStatement::class_name of type ::std::string()
|
|
| programHeaderStatementGetChildIndex :: (Typeable a, Typeable b) => SgProgramHeaderStatement a -> SgNode b -> IO CLong |
| Stub for ::SgProgramHeaderStatement::getChildIndex of type long (class ::SgNode*)
|
|
| programHeaderStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgProgramHeaderStatement a -> SgNode b -> IO CSize |
| Stub for ::SgProgramHeaderStatement::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| programHeaderStatementGetEndNumericLabel :: Typeable a => SgProgramHeaderStatement a -> IO (SgLabelRefExp ()) |
| Stub for ::SgProgramHeaderStatement::get_end_numeric_label of type class ::SgLabelRefExp*()
|
|
| programHeaderStatementGetMangledName :: Typeable a => SgProgramHeaderStatement a -> IO String |
| Stub for ::SgProgramHeaderStatement::get_mangled_name of type class ::SgName()
|
|
| programHeaderStatementGetNumberOfTraversalSuccessors :: Typeable a => SgProgramHeaderStatement a -> IO CSize |
| Stub for ::SgProgramHeaderStatement::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| programHeaderStatementGetProgramStatementExplicit :: Typeable a => SgProgramHeaderStatement a -> IO Bool |
| Stub for ::SgProgramHeaderStatement::get_program_statement_explicit of type bool ()
|
|
| programHeaderStatementGetTraversalSuccessorByIndex :: Typeable a => SgProgramHeaderStatement a -> CSize -> IO (SgNode ()) |
| Stub for ::SgProgramHeaderStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| programHeaderStatementGetTraversalSuccessorContainer :: Typeable a => SgProgramHeaderStatement a -> IO [SgNode ()] |
| Stub for ::SgProgramHeaderStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| programHeaderStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgProgramHeaderStatement a -> IO [CString] |
| Stub for ::SgProgramHeaderStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| programHeaderStatementIsInMemoryPool :: Typeable a => SgProgramHeaderStatement a -> IO Bool |
| Stub for ::SgProgramHeaderStatement::isInMemoryPool of type bool ()
|
|
| programHeaderStatementMemoryUsage :: IO CSize |
| Stub for ::SgProgramHeaderStatement::memoryUsage of type ::size_t()
|
|
| programHeaderStatementNumberOfNodes :: IO CSize |
| Stub for ::SgProgramHeaderStatement::numberOfNodes of type ::size_t()
|
|
| programHeaderStatementPostConstructionInitialization :: Typeable a => SgProgramHeaderStatement a -> IO () |
| Stub for ::SgProgramHeaderStatement::post_construction_initialization of type void ()
|
|
| programHeaderStatementSageClassName :: Typeable a => SgProgramHeaderStatement a -> IO String |
| Stub for ::SgProgramHeaderStatement::sage_class_name of type const char *()
|
|
| programHeaderStatementSetEndNumericLabel :: (Typeable a, Typeable b) => SgProgramHeaderStatement a -> SgLabelRefExp b -> IO () |
| Stub for ::SgProgramHeaderStatement::set_end_numeric_label of type void (class ::SgLabelRefExp*)
|
|
| programHeaderStatementSetProgramStatementExplicit :: Typeable a => SgProgramHeaderStatement a -> Bool -> IO () |
| Stub for ::SgProgramHeaderStatement::set_program_statement_explicit of type void (bool )
|
|
| programHeaderStatementVariantT :: Typeable a => SgProgramHeaderStatement a -> IO VariantT |
| Stub for ::SgProgramHeaderStatement::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |