|
| ROSE.Sage3.Methods.SgTypeChar |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTypeChar :: Typeable a => SgNode a -> IO (Maybe (SgTypeChar ())) |
| Attempts a dynamic cast of the given node to the type SgTypeChar.
|
|
| upSgTypeChar :: Typeable a => SgTypeChar a -> SgTypeChar () |
| Performs an upcast of a SgTypeChar subtype to a SgTypeChar.
|
|
| newTypeChar :: IO (SgTypeChar ()) |
| Stub for ::SgTypeChar::SgTypeChar of type void ()
|
|
| typeCharCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeChar a -> IO () |
| Stub for ::SgTypeChar::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeCharClassName :: Typeable a => SgTypeChar a -> IO String |
| Stub for ::SgTypeChar::class_name of type ::std::string()
|
|
| typeCharCreateType :: Typeable a => SgExpression a -> IO (SgTypeChar ()) |
| Stub for ::SgTypeChar::createType of type class ::SgTypeChar*(class SgExpression *)
|
|
| typeCharGetChildIndex :: (Typeable a, Typeable b) => SgTypeChar a -> SgNode b -> IO CLong |
| Stub for ::SgTypeChar::getChildIndex of type long (class ::SgNode*)
|
|
| typeCharGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeChar a -> SgNode b -> IO CSize |
| Stub for ::SgTypeChar::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeCharGetMangled :: Typeable a => SgTypeChar a -> IO String |
| Stub for ::SgTypeChar::get_mangled of type class ::SgName()
|
|
| typeCharGetNumberOfTraversalSuccessors :: Typeable a => SgTypeChar a -> IO CSize |
| Stub for ::SgTypeChar::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeCharGetTraversalSuccessorByIndex :: Typeable a => SgTypeChar a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeChar::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeCharGetTraversalSuccessorContainer :: Typeable a => SgTypeChar a -> IO [SgNode ()] |
| Stub for ::SgTypeChar::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeCharGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeChar a -> IO [CString] |
| Stub for ::SgTypeChar::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeCharIsInMemoryPool :: Typeable a => SgTypeChar a -> IO Bool |
| Stub for ::SgTypeChar::isInMemoryPool of type bool ()
|
|
| typeCharMemoryUsage :: IO CSize |
| Stub for ::SgTypeChar::memoryUsage of type ::size_t()
|
|
| typeCharNumberOfNodes :: IO CSize |
| Stub for ::SgTypeChar::numberOfNodes of type ::size_t()
|
|
| typeCharSageClassName :: Typeable a => SgTypeChar a -> IO String |
| Stub for ::SgTypeChar::sage_class_name of type const char *()
|
|
| typeCharVariantT :: Typeable a => SgTypeChar a -> IO VariantT |
| Stub for ::SgTypeChar::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |