|
ROSE.Sage3.Methods.SgBaseClass |
|
|
|
Synopsis |
|
|
|
Documentation |
|
isSgBaseClass :: Typeable a => SgNode a -> IO (Maybe (SgBaseClass ())) |
Attempts a dynamic cast of the given node to the type SgBaseClass.
|
|
upSgBaseClass :: Typeable a => SgBaseClass a -> SgBaseClass () |
Performs an upcast of a SgBaseClass subtype to a SgBaseClass.
|
|
newBaseClass :: Typeable a => Ptr (SgBaseClass a) -> IO (SgBaseClass ()) |
Stub for ::SgBaseClass::SgBaseClass of type void (const class ::SgBaseClass&)
|
|
newBaseClass2 :: Typeable a => SgClassDeclaration a -> Bool -> IO (SgBaseClass ()) |
Stub for ::SgBaseClass::SgBaseClass of type void (class ::SgClassDeclaration*, bool )
|
|
baseClassCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgBaseClass a -> IO () |
Stub for ::SgBaseClass::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
baseClassClassName :: Typeable a => SgBaseClass a -> IO String |
Stub for ::SgBaseClass::class_name of type ::std::string()
|
|
baseClassGetChildIndex :: (Typeable a, Typeable b) => SgBaseClass a -> SgNode b -> IO CLong |
Stub for ::SgBaseClass::getChildIndex of type long (class ::SgNode*)
|
|
baseClassGetBaseClassModifier :: Typeable a => SgBaseClass a -> IO (Ptr (SgBaseClassModifier ())) |
Stub for ::SgBaseClass::get_baseClassModifier of type class ::SgBaseClassModifier&()
|
|
baseClassGetBaseClass :: Typeable a => SgBaseClass a -> IO (SgClassDeclaration ()) |
Stub for ::SgBaseClass::get_base_class of type class ::SgClassDeclaration*()
|
|
baseClassGetChildIndex2 :: (Typeable a, Typeable b) => SgBaseClass a -> SgNode b -> IO CSize |
Stub for ::SgBaseClass::get_childIndex of type ::size_t(class ::SgNode*)
|
|
baseClassGetGlobalQualificationRequired :: Typeable a => SgBaseClass a -> IO Bool |
Stub for ::SgBaseClass::get_global_qualification_required of type bool ()
|
|
baseClassGetIsDirectBaseClass :: Typeable a => SgBaseClass a -> IO Bool |
Stub for ::SgBaseClass::get_isDirectBaseClass of type bool ()
|
|
baseClassGetNameQualificationLength :: Typeable a => SgBaseClass a -> IO CInt |
Stub for ::SgBaseClass::get_name_qualification_length of type int ()
|
|
baseClassGetNumberOfTraversalSuccessors :: Typeable a => SgBaseClass a -> IO CSize |
Stub for ::SgBaseClass::get_numberOfTraversalSuccessors of type ::size_t()
|
|
baseClassGetQualifiedNamePrefix :: Typeable a => SgBaseClass a -> IO String |
Stub for ::SgBaseClass::get_qualified_name_prefix of type class ::SgName()
|
|
baseClassGetTraversalSuccessorByIndex :: Typeable a => SgBaseClass a -> CSize -> IO (SgNode ()) |
Stub for ::SgBaseClass::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
baseClassGetTraversalSuccessorContainer :: Typeable a => SgBaseClass a -> IO [SgNode ()] |
Stub for ::SgBaseClass::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
baseClassGetTraversalSuccessorNamesContainer :: Typeable a => SgBaseClass a -> IO [CString] |
Stub for ::SgBaseClass::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
baseClassGetTypeElaborationRequired :: Typeable a => SgBaseClass a -> IO Bool |
Stub for ::SgBaseClass::get_type_elaboration_required of type bool ()
|
|
baseClassIsInMemoryPool :: Typeable a => SgBaseClass a -> IO Bool |
Stub for ::SgBaseClass::isInMemoryPool of type bool ()
|
|
baseClassMemoryUsage :: IO CSize |
Stub for ::SgBaseClass::memoryUsage of type ::size_t()
|
|
baseClassNumberOfNodes :: IO CSize |
Stub for ::SgBaseClass::numberOfNodes of type ::size_t()
|
|
baseClassPostConstructionInitialization :: Typeable a => SgBaseClass a -> IO () |
Stub for ::SgBaseClass::post_construction_initialization of type void ()
|
|
baseClassSageClassName :: Typeable a => SgBaseClass a -> IO String |
Stub for ::SgBaseClass::sage_class_name of type const char *()
|
|
baseClassSetBaseClass :: (Typeable a, Typeable b) => SgBaseClass a -> SgClassDeclaration b -> IO () |
Stub for ::SgBaseClass::set_base_class of type void (class ::SgClassDeclaration*)
|
|
baseClassSetGlobalQualificationRequired :: Typeable a => SgBaseClass a -> Bool -> IO () |
Stub for ::SgBaseClass::set_global_qualification_required of type void (bool )
|
|
baseClassSetIsDirectBaseClass :: Typeable a => SgBaseClass a -> Bool -> IO () |
Stub for ::SgBaseClass::set_isDirectBaseClass of type void (bool )
|
|
baseClassSetNameQualificationLength :: Typeable a => SgBaseClass a -> CInt -> IO () |
Stub for ::SgBaseClass::set_name_qualification_length of type void (int )
|
|
baseClassSetTypeElaborationRequired :: Typeable a => SgBaseClass a -> Bool -> IO () |
Stub for ::SgBaseClass::set_type_elaboration_required of type void (bool )
|
|
baseClassVariantT :: Typeable a => SgBaseClass a -> IO VariantT |
Stub for ::SgBaseClass::variantT of type enum ::VariantT()
|
|
Produced by Haddock version 2.4.2 |