| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypeComplex :: Typeable a => SgNode a -> IO (Maybe (SgTypeComplex ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypeComplex. | ||||
| upSgTypeComplex :: Typeable a => SgTypeComplex a -> SgTypeComplex () | ||||
| Performs an upcast of a SgTypeComplex subtype to a SgTypeComplex. | ||||
| newTypeComplex :: Typeable a => SgType a -> IO (SgTypeComplex ()) | ||||
| Stub for ::SgTypeComplex::SgTypeComplex of type void (class ::SgType*) | ||||
| typeComplexCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeComplex a -> IO () | ||||
| Stub for ::SgTypeComplex::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typeComplexClassName :: Typeable a => SgTypeComplex a -> IO String | ||||
| Stub for ::SgTypeComplex::class_name of type ::std::string() | ||||
| typeComplexCreateType :: (Typeable a, Typeable b) => SgType a -> SgExpression b -> IO (SgTypeComplex ()) | ||||
| Stub for ::SgTypeComplex::createType of type class ::SgTypeComplex*(class SgType *, class SgExpression *) | ||||
| typeComplexGetChildIndex :: (Typeable a, Typeable b) => SgTypeComplex a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypeComplex::getChildIndex of type long (class ::SgNode*) | ||||
| typeComplexGetBaseType :: Typeable a => SgTypeComplex a -> IO (SgType ()) | ||||
| Stub for ::SgTypeComplex::get_base_type of type class ::SgType*() | ||||
| typeComplexGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeComplex a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypeComplex::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typeComplexGetMangled :: Typeable a => SgTypeComplex a -> IO String | ||||
| Stub for ::SgTypeComplex::get_mangled of type class ::SgName() | ||||
| typeComplexGetNumberOfTraversalSuccessors :: Typeable a => SgTypeComplex a -> IO CSize | ||||
| Stub for ::SgTypeComplex::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typeComplexGetTraversalSuccessorByIndex :: Typeable a => SgTypeComplex a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypeComplex::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typeComplexGetTraversalSuccessorContainer :: Typeable a => SgTypeComplex a -> IO [SgNode ()] | ||||
| Stub for ::SgTypeComplex::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typeComplexGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeComplex a -> IO [CString] | ||||
| Stub for ::SgTypeComplex::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typeComplexGetTypeKind :: Typeable a => SgTypeComplex a -> IO (SgExpression ()) | ||||
| Stub for ::SgTypeComplex::get_type_kind of type class ::SgExpression*() | ||||
| typeComplexIsInMemoryPool :: Typeable a => SgTypeComplex a -> IO Bool | ||||
| Stub for ::SgTypeComplex::isInMemoryPool of type bool () | ||||
| typeComplexMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypeComplex::memoryUsage of type ::size_t() | ||||
| typeComplexNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypeComplex::numberOfNodes of type ::size_t() | ||||
| typeComplexSageClassName :: Typeable a => SgTypeComplex a -> IO String | ||||
| Stub for ::SgTypeComplex::sage_class_name of type const char *() | ||||
| typeComplexSetBaseType :: (Typeable a, Typeable b) => SgTypeComplex a -> SgType b -> IO () | ||||
| Stub for ::SgTypeComplex::set_base_type of type void (class ::SgType*) | ||||
| typeComplexSetTypeKind :: (Typeable a, Typeable b) => SgTypeComplex a -> SgExpression b -> IO () | ||||
| Stub for ::SgTypeComplex::set_type_kind of type void (class ::SgExpression*) | ||||
| typeComplexVariantT :: Typeable a => SgTypeComplex a -> IO VariantT | ||||
| Stub for ::SgTypeComplex::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |