| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypeTable :: Typeable a => SgNode a -> IO (Maybe (SgTypeTable ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypeTable. | ||||
| upSgTypeTable :: Typeable a => SgTypeTable a -> SgTypeTable () | ||||
| Performs an upcast of a SgTypeTable subtype to a SgTypeTable. | ||||
| newTypeTable :: IO (SgTypeTable ()) | ||||
| Stub for ::SgTypeTable::SgTypeTable of type void () | ||||
| typeTableCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeTable a -> IO () | ||||
| Stub for ::SgTypeTable::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typeTableClassName :: Typeable a => SgTypeTable a -> IO String | ||||
| Stub for ::SgTypeTable::class_name of type ::std::string() | ||||
| typeTableGetChildIndex :: (Typeable a, Typeable b) => SgTypeTable a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypeTable::getChildIndex of type long (class ::SgNode*) | ||||
| typeTableGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeTable a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypeTable::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typeTableGetNumberOfTraversalSuccessors :: Typeable a => SgTypeTable a -> IO CSize | ||||
| Stub for ::SgTypeTable::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typeTableGetTraversalSuccessorByIndex :: Typeable a => SgTypeTable a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypeTable::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typeTableGetTraversalSuccessorContainer :: Typeable a => SgTypeTable a -> IO [SgNode ()] | ||||
| Stub for ::SgTypeTable::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typeTableGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeTable a -> IO [CString] | ||||
| Stub for ::SgTypeTable::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typeTableGetTypeTable :: Typeable a => SgTypeTable a -> IO (SgSymbolTable ()) | ||||
| Stub for ::SgTypeTable::get_type_table of type class ::SgSymbolTable*() | ||||
| typeTableInsertType :: (Typeable a, Typeable b) => SgTypeTable a -> String -> SgType b -> IO () | ||||
| Stub for ::SgTypeTable::insert_type of type void (const class ::SgName&, class ::SgType*) | ||||
| typeTableIsInMemoryPool :: Typeable a => SgTypeTable a -> IO Bool | ||||
| Stub for ::SgTypeTable::isInMemoryPool of type bool () | ||||
| typeTableLookupType :: Typeable a => SgTypeTable a -> String -> IO (SgType ()) | ||||
| Stub for ::SgTypeTable::lookup_type of type class ::SgType*(const class ::SgName&) | ||||
| typeTableMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypeTable::memoryUsage of type ::size_t() | ||||
| typeTableNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypeTable::numberOfNodes of type ::size_t() | ||||
| typeTableRemoveType :: Typeable a => SgTypeTable a -> String -> IO () | ||||
| Stub for ::SgTypeTable::remove_type of type void (const class ::SgName&) | ||||
| typeTableSageClassName :: Typeable a => SgTypeTable a -> IO String | ||||
| Stub for ::SgTypeTable::sage_class_name of type const char *() | ||||
| typeTableSetTypeTable :: (Typeable a, Typeable b) => SgTypeTable a -> SgSymbolTable b -> IO () | ||||
| Stub for ::SgTypeTable::set_type_table of type void (class ::SgSymbolTable*) | ||||
| typeTableVariantT :: Typeable a => SgTypeTable a -> IO VariantT | ||||
| Stub for ::SgTypeTable::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |