| ||||
| ||||
Synopsis | ||||
Documentation | ||||
isSgTypeEllipse :: Typeable a => SgNode a -> IO (Maybe (SgTypeEllipse ())) | ||||
Attempts a dynamic cast of the given node to the type SgTypeEllipse. | ||||
upSgTypeEllipse :: Typeable a => SgTypeEllipse a -> SgTypeEllipse () | ||||
Performs an upcast of a SgTypeEllipse subtype to a SgTypeEllipse. | ||||
newTypeEllipse :: IO (SgTypeEllipse ()) | ||||
Stub for ::SgTypeEllipse::SgTypeEllipse of type void () | ||||
typeEllipseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeEllipse a -> IO () | ||||
Stub for ::SgTypeEllipse::checkDataMemberPointersIfInMemoryPool of type void () | ||||
typeEllipseClassName :: Typeable a => SgTypeEllipse a -> IO String | ||||
Stub for ::SgTypeEllipse::class_name of type ::std::string() | ||||
typeEllipseCreateType :: Typeable a => SgExpression a -> IO (SgTypeEllipse ()) | ||||
Stub for ::SgTypeEllipse::createType of type class ::SgTypeEllipse*(class SgExpression *) | ||||
typeEllipseGetChildIndex :: (Typeable a, Typeable b) => SgTypeEllipse a -> SgNode b -> IO CLong | ||||
Stub for ::SgTypeEllipse::getChildIndex of type long (class ::SgNode*) | ||||
typeEllipseGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeEllipse a -> SgNode b -> IO CSize | ||||
Stub for ::SgTypeEllipse::get_childIndex of type ::size_t(class ::SgNode*) | ||||
typeEllipseGetMangled :: Typeable a => SgTypeEllipse a -> IO String | ||||
Stub for ::SgTypeEllipse::get_mangled of type class ::SgName() | ||||
typeEllipseGetNumberOfTraversalSuccessors :: Typeable a => SgTypeEllipse a -> IO CSize | ||||
Stub for ::SgTypeEllipse::get_numberOfTraversalSuccessors of type ::size_t() | ||||
typeEllipseGetTraversalSuccessorByIndex :: Typeable a => SgTypeEllipse a -> CSize -> IO (SgNode ()) | ||||
Stub for ::SgTypeEllipse::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
typeEllipseGetTraversalSuccessorContainer :: Typeable a => SgTypeEllipse a -> IO [SgNode ()] | ||||
Stub for ::SgTypeEllipse::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
typeEllipseGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeEllipse a -> IO [CString] | ||||
Stub for ::SgTypeEllipse::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
typeEllipseIsInMemoryPool :: Typeable a => SgTypeEllipse a -> IO Bool | ||||
Stub for ::SgTypeEllipse::isInMemoryPool of type bool () | ||||
typeEllipseMemoryUsage :: IO CSize | ||||
Stub for ::SgTypeEllipse::memoryUsage of type ::size_t() | ||||
typeEllipseNumberOfNodes :: IO CSize | ||||
Stub for ::SgTypeEllipse::numberOfNodes of type ::size_t() | ||||
typeEllipseSageClassName :: Typeable a => SgTypeEllipse a -> IO String | ||||
Stub for ::SgTypeEllipse::sage_class_name of type const char *() | ||||
typeEllipseVariantT :: Typeable a => SgTypeEllipse a -> IO VariantT | ||||
Stub for ::SgTypeEllipse::variantT of type enum ::VariantT() | ||||
Produced by Haddock version 2.4.2 |