|
| ROSE.Sage3.Methods.SgTypeVoid |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTypeVoid :: Typeable a => SgNode a -> IO (Maybe (SgTypeVoid ())) |
| Attempts a dynamic cast of the given node to the type SgTypeVoid.
|
|
| upSgTypeVoid :: Typeable a => SgTypeVoid a -> SgTypeVoid () |
| Performs an upcast of a SgTypeVoid subtype to a SgTypeVoid.
|
|
| newTypeVoid :: IO (SgTypeVoid ()) |
| Stub for ::SgTypeVoid::SgTypeVoid of type void ()
|
|
| typeVoidCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeVoid a -> IO () |
| Stub for ::SgTypeVoid::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeVoidClassName :: Typeable a => SgTypeVoid a -> IO String |
| Stub for ::SgTypeVoid::class_name of type ::std::string()
|
|
| typeVoidCreateType :: Typeable a => SgExpression a -> IO (SgTypeVoid ()) |
| Stub for ::SgTypeVoid::createType of type class ::SgTypeVoid*(class SgExpression *)
|
|
| typeVoidGetChildIndex :: (Typeable a, Typeable b) => SgTypeVoid a -> SgNode b -> IO CLong |
| Stub for ::SgTypeVoid::getChildIndex of type long (class ::SgNode*)
|
|
| typeVoidGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeVoid a -> SgNode b -> IO CSize |
| Stub for ::SgTypeVoid::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeVoidGetMangled :: Typeable a => SgTypeVoid a -> IO String |
| Stub for ::SgTypeVoid::get_mangled of type class ::SgName()
|
|
| typeVoidGetNumberOfTraversalSuccessors :: Typeable a => SgTypeVoid a -> IO CSize |
| Stub for ::SgTypeVoid::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeVoidGetTraversalSuccessorByIndex :: Typeable a => SgTypeVoid a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeVoid::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeVoidGetTraversalSuccessorContainer :: Typeable a => SgTypeVoid a -> IO [SgNode ()] |
| Stub for ::SgTypeVoid::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeVoidGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeVoid a -> IO [CString] |
| Stub for ::SgTypeVoid::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeVoidIsInMemoryPool :: Typeable a => SgTypeVoid a -> IO Bool |
| Stub for ::SgTypeVoid::isInMemoryPool of type bool ()
|
|
| typeVoidMemoryUsage :: IO CSize |
| Stub for ::SgTypeVoid::memoryUsage of type ::size_t()
|
|
| typeVoidNumberOfNodes :: IO CSize |
| Stub for ::SgTypeVoid::numberOfNodes of type ::size_t()
|
|
| typeVoidSageClassName :: Typeable a => SgTypeVoid a -> IO String |
| Stub for ::SgTypeVoid::sage_class_name of type const char *()
|
|
| typeVoidVariantT :: Typeable a => SgTypeVoid a -> IO VariantT |
| Stub for ::SgTypeVoid::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |