|
| ROSE.Sage3.Methods.SgTypeLong |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTypeLong :: Typeable a => SgNode a -> IO (Maybe (SgTypeLong ())) |
| Attempts a dynamic cast of the given node to the type SgTypeLong.
|
|
| upSgTypeLong :: Typeable a => SgTypeLong a -> SgTypeLong () |
| Performs an upcast of a SgTypeLong subtype to a SgTypeLong.
|
|
| newTypeLong :: IO (SgTypeLong ()) |
| Stub for ::SgTypeLong::SgTypeLong of type void ()
|
|
| typeLongCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeLong a -> IO () |
| Stub for ::SgTypeLong::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeLongClassName :: Typeable a => SgTypeLong a -> IO String |
| Stub for ::SgTypeLong::class_name of type ::std::string()
|
|
| typeLongCreateType :: Typeable a => SgExpression a -> IO (SgTypeLong ()) |
| Stub for ::SgTypeLong::createType of type class ::SgTypeLong*(class SgExpression *)
|
|
| typeLongGetChildIndex :: (Typeable a, Typeable b) => SgTypeLong a -> SgNode b -> IO CLong |
| Stub for ::SgTypeLong::getChildIndex of type long (class ::SgNode*)
|
|
| typeLongGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeLong a -> SgNode b -> IO CSize |
| Stub for ::SgTypeLong::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeLongGetMangled :: Typeable a => SgTypeLong a -> IO String |
| Stub for ::SgTypeLong::get_mangled of type class ::SgName()
|
|
| typeLongGetNumberOfTraversalSuccessors :: Typeable a => SgTypeLong a -> IO CSize |
| Stub for ::SgTypeLong::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeLongGetTraversalSuccessorByIndex :: Typeable a => SgTypeLong a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeLong::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeLongGetTraversalSuccessorContainer :: Typeable a => SgTypeLong a -> IO [SgNode ()] |
| Stub for ::SgTypeLong::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeLongGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeLong a -> IO [CString] |
| Stub for ::SgTypeLong::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeLongIsInMemoryPool :: Typeable a => SgTypeLong a -> IO Bool |
| Stub for ::SgTypeLong::isInMemoryPool of type bool ()
|
|
| typeLongMemoryUsage :: IO CSize |
| Stub for ::SgTypeLong::memoryUsage of type ::size_t()
|
|
| typeLongNumberOfNodes :: IO CSize |
| Stub for ::SgTypeLong::numberOfNodes of type ::size_t()
|
|
| typeLongSageClassName :: Typeable a => SgTypeLong a -> IO String |
| Stub for ::SgTypeLong::sage_class_name of type const char *()
|
|
| typeLongVariantT :: Typeable a => SgTypeLong a -> IO VariantT |
| Stub for ::SgTypeLong::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |