|
| ROSE.Sage3.Methods.SgTypeLabel |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTypeLabel :: Typeable a => SgNode a -> IO (Maybe (SgTypeLabel ())) |
| Attempts a dynamic cast of the given node to the type SgTypeLabel.
|
|
| upSgTypeLabel :: Typeable a => SgTypeLabel a -> SgTypeLabel () |
| Performs an upcast of a SgTypeLabel subtype to a SgTypeLabel.
|
|
| newTypeLabel :: IO (SgTypeLabel ()) |
| Stub for ::SgTypeLabel::SgTypeLabel of type void ()
|
|
| typeLabelCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeLabel a -> IO () |
| Stub for ::SgTypeLabel::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeLabelClassName :: Typeable a => SgTypeLabel a -> IO String |
| Stub for ::SgTypeLabel::class_name of type ::std::string()
|
|
| typeLabelCreateTypeName :: String -> IO (SgTypeLabel ()) |
| Stub for ::SgTypeLabel::createType of type class ::SgTypeLabel*(const class SgName &)
|
|
| typeLabelCreateTypeExpression :: Typeable a => SgExpression a -> IO (SgTypeLabel ()) |
| Stub for ::SgTypeLabel::createType of type class ::SgTypeLabel*(class SgExpression *)
|
|
| typeLabelGetChildIndex :: (Typeable a, Typeable b) => SgTypeLabel a -> SgNode b -> IO CLong |
| Stub for ::SgTypeLabel::getChildIndex of type long (class ::SgNode*)
|
|
| typeLabelGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeLabel a -> SgNode b -> IO CSize |
| Stub for ::SgTypeLabel::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeLabelGetMangled :: Typeable a => SgTypeLabel a -> IO String |
| Stub for ::SgTypeLabel::get_mangled of type class ::SgName()
|
|
| typeLabelGetName :: Typeable a => SgTypeLabel a -> IO String |
| Stub for ::SgTypeLabel::get_name of type class ::SgName()
|
|
| typeLabelGetNumberOfTraversalSuccessors :: Typeable a => SgTypeLabel a -> IO CSize |
| Stub for ::SgTypeLabel::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeLabelGetTraversalSuccessorByIndex :: Typeable a => SgTypeLabel a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeLabel::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeLabelGetTraversalSuccessorContainer :: Typeable a => SgTypeLabel a -> IO [SgNode ()] |
| Stub for ::SgTypeLabel::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeLabelGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeLabel a -> IO [CString] |
| Stub for ::SgTypeLabel::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeLabelIsInMemoryPool :: Typeable a => SgTypeLabel a -> IO Bool |
| Stub for ::SgTypeLabel::isInMemoryPool of type bool ()
|
|
| typeLabelMemoryUsage :: IO CSize |
| Stub for ::SgTypeLabel::memoryUsage of type ::size_t()
|
|
| typeLabelNumberOfNodes :: IO CSize |
| Stub for ::SgTypeLabel::numberOfNodes of type ::size_t()
|
|
| typeLabelSageClassName :: Typeable a => SgTypeLabel a -> IO String |
| Stub for ::SgTypeLabel::sage_class_name of type const char *()
|
|
| typeLabelSetName :: Typeable a => SgTypeLabel a -> String -> IO () |
| Stub for ::SgTypeLabel::set_name of type void (class ::SgName)
|
|
| typeLabelVariantT :: Typeable a => SgTypeLabel a -> IO VariantT |
| Stub for ::SgTypeLabel::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |