|
| ROSE.Sage3.Methods.SgTypeShort |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTypeShort :: Typeable a => SgNode a -> IO (Maybe (SgTypeShort ())) |
| Attempts a dynamic cast of the given node to the type SgTypeShort.
|
|
| upSgTypeShort :: Typeable a => SgTypeShort a -> SgTypeShort () |
| Performs an upcast of a SgTypeShort subtype to a SgTypeShort.
|
|
| newTypeShort :: IO (SgTypeShort ()) |
| Stub for ::SgTypeShort::SgTypeShort of type void ()
|
|
| typeShortCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeShort a -> IO () |
| Stub for ::SgTypeShort::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeShortClassName :: Typeable a => SgTypeShort a -> IO String |
| Stub for ::SgTypeShort::class_name of type ::std::string()
|
|
| typeShortCreateType :: Typeable a => SgExpression a -> IO (SgTypeShort ()) |
| Stub for ::SgTypeShort::createType of type class ::SgTypeShort*(class SgExpression *)
|
|
| typeShortGetChildIndex :: (Typeable a, Typeable b) => SgTypeShort a -> SgNode b -> IO CLong |
| Stub for ::SgTypeShort::getChildIndex of type long (class ::SgNode*)
|
|
| typeShortGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeShort a -> SgNode b -> IO CSize |
| Stub for ::SgTypeShort::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeShortGetMangled :: Typeable a => SgTypeShort a -> IO String |
| Stub for ::SgTypeShort::get_mangled of type class ::SgName()
|
|
| typeShortGetNumberOfTraversalSuccessors :: Typeable a => SgTypeShort a -> IO CSize |
| Stub for ::SgTypeShort::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeShortGetTraversalSuccessorByIndex :: Typeable a => SgTypeShort a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeShort::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeShortGetTraversalSuccessorContainer :: Typeable a => SgTypeShort a -> IO [SgNode ()] |
| Stub for ::SgTypeShort::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeShortGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeShort a -> IO [CString] |
| Stub for ::SgTypeShort::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeShortIsInMemoryPool :: Typeable a => SgTypeShort a -> IO Bool |
| Stub for ::SgTypeShort::isInMemoryPool of type bool ()
|
|
| typeShortMemoryUsage :: IO CSize |
| Stub for ::SgTypeShort::memoryUsage of type ::size_t()
|
|
| typeShortNumberOfNodes :: IO CSize |
| Stub for ::SgTypeShort::numberOfNodes of type ::size_t()
|
|
| typeShortSageClassName :: Typeable a => SgTypeShort a -> IO String |
| Stub for ::SgTypeShort::sage_class_name of type const char *()
|
|
| typeShortVariantT :: Typeable a => SgTypeShort a -> IO VariantT |
| Stub for ::SgTypeShort::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |