| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgClassType :: Typeable a => SgNode a -> IO (Maybe (SgClassType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgClassType. | ||||
| upSgClassType :: Typeable a => SgClassType a -> SgClassType () | ||||
| Performs an upcast of a SgClassType subtype to a SgClassType. | ||||
| newClassType :: Typeable a => Ptr (SgClassType a) -> IO (SgClassType ()) | ||||
| Stub for ::SgClassType::SgClassType of type void (const class ::SgClassType&) | ||||
| newClassType2 :: Typeable a => SgDeclarationStatement a -> IO (SgClassType ()) | ||||
| Stub for ::SgClassType::SgClassType of type void (class ::SgDeclarationStatement*) | ||||
| classTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgClassType a -> IO () | ||||
| Stub for ::SgClassType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| classTypeClassName :: Typeable a => SgClassType a -> IO String | ||||
| Stub for ::SgClassType::class_name of type ::std::string() | ||||
| classTypeCreateType :: (Typeable a, Typeable b) => SgClassDeclaration a -> SgExpression b -> IO (SgClassType ()) | ||||
| Stub for ::SgClassType::createType of type class ::SgClassType*(class SgClassDeclaration *, class SgExpression *) | ||||
| classTypeGetChildIndex :: (Typeable a, Typeable b) => SgClassType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgClassType::getChildIndex of type long (class ::SgNode*) | ||||
| classTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgClassType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgClassType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| classTypeGetMangled :: Typeable a => SgClassType a -> IO String | ||||
| Stub for ::SgClassType::get_mangled of type class ::SgName() | ||||
| classTypeGetName :: Typeable a => SgClassType a -> IO String | ||||
| Stub for ::SgClassType::get_name of type class ::SgName() | ||||
| classTypeGetNumberOfTraversalSuccessors :: Typeable a => SgClassType a -> IO CSize | ||||
| Stub for ::SgClassType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| classTypeGetTraversalSuccessorByIndex :: Typeable a => SgClassType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgClassType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| classTypeGetTraversalSuccessorContainer :: Typeable a => SgClassType a -> IO [SgNode ()] | ||||
| Stub for ::SgClassType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| classTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgClassType a -> IO [CString] | ||||
| Stub for ::SgClassType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| classTypeIsInMemoryPool :: Typeable a => SgClassType a -> IO Bool | ||||
| Stub for ::SgClassType::isInMemoryPool of type bool () | ||||
| classTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgClassType::memoryUsage of type ::size_t() | ||||
| classTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgClassType::numberOfNodes of type ::size_t() | ||||
| classTypeSageClassName :: Typeable a => SgClassType a -> IO String | ||||
| Stub for ::SgClassType::sage_class_name of type const char *() | ||||
| classTypeVariantT :: Typeable a => SgClassType a -> IO VariantT | ||||
| Stub for ::SgClassType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |