|
| ROSE.Sage3.Methods.SgNamespaceDeclarationStatement |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgNamespaceDeclarationStatement :: Typeable a => SgNode a -> IO (Maybe (SgNamespaceDeclarationStatement ())) |
| Attempts a dynamic cast of the given node to the type SgNamespaceDeclarationStatement.
|
|
| upSgNamespaceDeclarationStatement :: Typeable a => SgNamespaceDeclarationStatement a -> SgNamespaceDeclarationStatement () |
| Performs an upcast of a SgNamespaceDeclarationStatement subtype to a SgNamespaceDeclarationStatement.
|
|
| newNamespaceDeclarationStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> String -> SgNamespaceDefinitionStatement b -> Bool -> IO (SgNamespaceDeclarationStatement ()) |
| Stub for ::SgNamespaceDeclarationStatement::SgNamespaceDeclarationStatement of type void (class ::Sg_File_Info*, class ::SgName, class ::SgNamespaceDefinitionStatement*, bool )
|
|
| newNamespaceDeclarationStatement2 :: Typeable a => String -> SgNamespaceDefinitionStatement a -> Bool -> IO (SgNamespaceDeclarationStatement ()) |
| Stub for ::SgNamespaceDeclarationStatement::SgNamespaceDeclarationStatement of type void (class ::SgName, class ::SgNamespaceDefinitionStatement*, bool )
|
|
| namespaceDeclarationStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgNamespaceDeclarationStatement a -> IO () |
| Stub for ::SgNamespaceDeclarationStatement::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| namespaceDeclarationStatementClassName :: Typeable a => SgNamespaceDeclarationStatement a -> IO String |
| Stub for ::SgNamespaceDeclarationStatement::class_name of type ::std::string()
|
|
| namespaceDeclarationStatementGetChildIndex :: (Typeable a, Typeable b) => SgNamespaceDeclarationStatement a -> SgNode b -> IO CLong |
| Stub for ::SgNamespaceDeclarationStatement::getChildIndex of type long (class ::SgNode*)
|
|
| namespaceDeclarationStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgNamespaceDeclarationStatement a -> SgNode b -> IO CSize |
| Stub for ::SgNamespaceDeclarationStatement::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| namespaceDeclarationStatementGetDefinition :: Typeable a => SgNamespaceDeclarationStatement a -> IO (SgNamespaceDefinitionStatement ()) |
| Stub for ::SgNamespaceDeclarationStatement::get_definition of type class ::SgNamespaceDefinitionStatement*()
|
|
| namespaceDeclarationStatementGetIsUnnamedNamespace :: Typeable a => SgNamespaceDeclarationStatement a -> IO Bool |
| Stub for ::SgNamespaceDeclarationStatement::get_isUnnamedNamespace of type bool ()
|
|
| namespaceDeclarationStatementGetMangledName :: Typeable a => SgNamespaceDeclarationStatement a -> IO String |
| Stub for ::SgNamespaceDeclarationStatement::get_mangled_name of type class ::SgName()
|
|
| namespaceDeclarationStatementGetName :: Typeable a => SgNamespaceDeclarationStatement a -> IO String |
| Stub for ::SgNamespaceDeclarationStatement::get_name of type class ::SgName()
|
|
| namespaceDeclarationStatementGetNumberOfTraversalSuccessors :: Typeable a => SgNamespaceDeclarationStatement a -> IO CSize |
| Stub for ::SgNamespaceDeclarationStatement::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| namespaceDeclarationStatementGetQualifiedName :: Typeable a => SgNamespaceDeclarationStatement a -> IO String |
| Stub for ::SgNamespaceDeclarationStatement::get_qualified_name of type class ::SgName()
|
|
| namespaceDeclarationStatementGetSymbolFromSymbolTable :: Typeable a => SgNamespaceDeclarationStatement a -> IO (SgSymbol ()) |
| Stub for ::SgNamespaceDeclarationStatement::get_symbol_from_symbol_table of type class ::SgSymbol*()
|
|
| namespaceDeclarationStatementGetTraversalSuccessorByIndex :: Typeable a => SgNamespaceDeclarationStatement a -> CSize -> IO (SgNode ()) |
| Stub for ::SgNamespaceDeclarationStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| namespaceDeclarationStatementGetTraversalSuccessorContainer :: Typeable a => SgNamespaceDeclarationStatement a -> IO [SgNode ()] |
| Stub for ::SgNamespaceDeclarationStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| namespaceDeclarationStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgNamespaceDeclarationStatement a -> IO [CString] |
| Stub for ::SgNamespaceDeclarationStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| namespaceDeclarationStatementIsInMemoryPool :: Typeable a => SgNamespaceDeclarationStatement a -> IO Bool |
| Stub for ::SgNamespaceDeclarationStatement::isInMemoryPool of type bool ()
|
|
| namespaceDeclarationStatementIsSameNamespace :: (Typeable a, Typeable b) => SgNamespaceDeclarationStatement a -> SgNamespaceDeclarationStatement b -> IO Bool |
| Stub for ::SgNamespaceDeclarationStatement::isSameNamespace of type bool (const class ::SgNamespaceDeclarationStatement*)
|
|
| namespaceDeclarationStatementMemoryUsage :: IO CSize |
| Stub for ::SgNamespaceDeclarationStatement::memoryUsage of type ::size_t()
|
|
| namespaceDeclarationStatementNumberOfNodes :: IO CSize |
| Stub for ::SgNamespaceDeclarationStatement::numberOfNodes of type ::size_t()
|
|
| namespaceDeclarationStatementPostConstructionInitialization :: Typeable a => SgNamespaceDeclarationStatement a -> IO () |
| Stub for ::SgNamespaceDeclarationStatement::post_construction_initialization of type void ()
|
|
| namespaceDeclarationStatementSageClassName :: Typeable a => SgNamespaceDeclarationStatement a -> IO String |
| Stub for ::SgNamespaceDeclarationStatement::sage_class_name of type const char *()
|
|
| namespaceDeclarationStatementSetDefinition :: (Typeable a, Typeable b) => SgNamespaceDeclarationStatement a -> SgNamespaceDefinitionStatement b -> IO () |
| Stub for ::SgNamespaceDeclarationStatement::set_definition of type void (class ::SgNamespaceDefinitionStatement*)
|
|
| namespaceDeclarationStatementSetIsUnnamedNamespace :: Typeable a => SgNamespaceDeclarationStatement a -> Bool -> IO () |
| Stub for ::SgNamespaceDeclarationStatement::set_isUnnamedNamespace of type void (bool )
|
|
| namespaceDeclarationStatementSetName :: Typeable a => SgNamespaceDeclarationStatement a -> String -> IO () |
| Stub for ::SgNamespaceDeclarationStatement::set_name of type void (class ::SgName)
|
|
| namespaceDeclarationStatementVariantT :: Typeable a => SgNamespaceDeclarationStatement a -> IO VariantT |
| Stub for ::SgNamespaceDeclarationStatement::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |