|
| ROSE.Sage3.Methods.SgEnumVal |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgEnumVal :: Typeable a => SgNode a -> IO (Maybe (SgEnumVal ())) |
| Attempts a dynamic cast of the given node to the type SgEnumVal.
|
|
| upSgEnumVal :: Typeable a => SgEnumVal a -> SgEnumVal () |
| Performs an upcast of a SgEnumVal subtype to a SgEnumVal.
|
|
| newEnumVal :: (Typeable a, Typeable b) => Sg_File_Info a -> CInt -> SgEnumDeclaration b -> String -> IO (SgEnumVal ()) |
| Stub for ::SgEnumVal::SgEnumVal of type void (class ::Sg_File_Info*, int , class ::SgEnumDeclaration*, class ::SgName)
|
|
| newEnumVal2 :: Typeable a => CInt -> SgEnumDeclaration a -> String -> IO (SgEnumVal ()) |
| Stub for ::SgEnumVal::SgEnumVal of type void (int , class ::SgEnumDeclaration*, class ::SgName)
|
|
| enumValCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgEnumVal a -> IO () |
| Stub for ::SgEnumVal::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| enumValClassName :: Typeable a => SgEnumVal a -> IO String |
| Stub for ::SgEnumVal::class_name of type ::std::string()
|
|
| enumValGetChildIndex :: (Typeable a, Typeable b) => SgEnumVal a -> SgNode b -> IO CLong |
| Stub for ::SgEnumVal::getChildIndex of type long (class ::SgNode*)
|
|
| enumValGetChildIndex2 :: (Typeable a, Typeable b) => SgEnumVal a -> SgNode b -> IO CSize |
| Stub for ::SgEnumVal::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| enumValGetDeclaration :: Typeable a => SgEnumVal a -> IO (SgEnumDeclaration ()) |
| Stub for ::SgEnumVal::get_declaration of type class ::SgEnumDeclaration*()
|
|
| enumValGetGlobalQualificationRequired :: Typeable a => SgEnumVal a -> IO Bool |
| Stub for ::SgEnumVal::get_global_qualification_required of type bool ()
|
|
| enumValGetName :: Typeable a => SgEnumVal a -> IO String |
| Stub for ::SgEnumVal::get_name of type class ::SgName()
|
|
| enumValGetNameQualificationLength :: Typeable a => SgEnumVal a -> IO CInt |
| Stub for ::SgEnumVal::get_name_qualification_length of type int ()
|
|
| enumValGetNumberOfTraversalSuccessors :: Typeable a => SgEnumVal a -> IO CSize |
| Stub for ::SgEnumVal::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| enumValGetRequiresNameQualification :: Typeable a => SgEnumVal a -> IO Bool |
| Stub for ::SgEnumVal::get_requiresNameQualification of type bool ()
|
|
| enumValGetTraversalSuccessorByIndex :: Typeable a => SgEnumVal a -> CSize -> IO (SgNode ()) |
| Stub for ::SgEnumVal::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| enumValGetTraversalSuccessorContainer :: Typeable a => SgEnumVal a -> IO [SgNode ()] |
| Stub for ::SgEnumVal::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| enumValGetTraversalSuccessorNamesContainer :: Typeable a => SgEnumVal a -> IO [CString] |
| Stub for ::SgEnumVal::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| enumValGetType :: Typeable a => SgEnumVal a -> IO (SgType ()) |
| Stub for ::SgEnumVal::get_type of type class ::SgType*()
|
|
| enumValGetTypeElaborationRequired :: Typeable a => SgEnumVal a -> IO Bool |
| Stub for ::SgEnumVal::get_type_elaboration_required of type bool ()
|
|
| enumValGetValue :: Typeable a => SgEnumVal a -> IO CInt |
| Stub for ::SgEnumVal::get_value of type int ()
|
|
| enumValIsInMemoryPool :: Typeable a => SgEnumVal a -> IO Bool |
| Stub for ::SgEnumVal::isInMemoryPool of type bool ()
|
|
| enumValMemoryUsage :: IO CSize |
| Stub for ::SgEnumVal::memoryUsage of type ::size_t()
|
|
| enumValNumberOfNodes :: IO CSize |
| Stub for ::SgEnumVal::numberOfNodes of type ::size_t()
|
|
| enumValPostConstructionInitialization :: Typeable a => SgEnumVal a -> IO () |
| Stub for ::SgEnumVal::post_construction_initialization of type void ()
|
|
| enumValSageClassName :: Typeable a => SgEnumVal a -> IO String |
| Stub for ::SgEnumVal::sage_class_name of type const char *()
|
|
| enumValSetDeclaration :: (Typeable a, Typeable b) => SgEnumVal a -> SgEnumDeclaration b -> IO () |
| Stub for ::SgEnumVal::set_declaration of type void (class ::SgEnumDeclaration*)
|
|
| enumValSetGlobalQualificationRequired :: Typeable a => SgEnumVal a -> Bool -> IO () |
| Stub for ::SgEnumVal::set_global_qualification_required of type void (bool )
|
|
| enumValSetName :: Typeable a => SgEnumVal a -> String -> IO () |
| Stub for ::SgEnumVal::set_name of type void (class ::SgName)
|
|
| enumValSetNameQualificationLength :: Typeable a => SgEnumVal a -> CInt -> IO () |
| Stub for ::SgEnumVal::set_name_qualification_length of type void (int )
|
|
| enumValSetRequiresNameQualification :: Typeable a => SgEnumVal a -> Bool -> IO () |
| Stub for ::SgEnumVal::set_requiresNameQualification of type void (bool )
|
|
| enumValSetTypeElaborationRequired :: Typeable a => SgEnumVal a -> Bool -> IO () |
| Stub for ::SgEnumVal::set_type_elaboration_required of type void (bool )
|
|
| enumValSetValue :: Typeable a => SgEnumVal a -> CInt -> IO () |
| Stub for ::SgEnumVal::set_value of type void (int )
|
|
| enumValVariantT :: Typeable a => SgEnumVal a -> IO VariantT |
| Stub for ::SgEnumVal::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |