| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFunctionTypeTable :: Typeable a => SgNode a -> IO (Maybe (SgFunctionTypeTable ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFunctionTypeTable. | ||||
| upSgFunctionTypeTable :: Typeable a => SgFunctionTypeTable a -> SgFunctionTypeTable () | ||||
| Performs an upcast of a SgFunctionTypeTable subtype to a SgFunctionTypeTable. | ||||
| newFunctionTypeTable :: IO (SgFunctionTypeTable ()) | ||||
| Stub for ::SgFunctionTypeTable::SgFunctionTypeTable of type void () | ||||
| functionTypeTableCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFunctionTypeTable a -> IO () | ||||
| Stub for ::SgFunctionTypeTable::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| functionTypeTableClassName :: Typeable a => SgFunctionTypeTable a -> IO String | ||||
| Stub for ::SgFunctionTypeTable::class_name of type ::std::string() | ||||
| functionTypeTableGetChildIndex :: (Typeable a, Typeable b) => SgFunctionTypeTable a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFunctionTypeTable::getChildIndex of type long (class ::SgNode*) | ||||
| functionTypeTableGetChildIndex2 :: (Typeable a, Typeable b) => SgFunctionTypeTable a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFunctionTypeTable::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| functionTypeTableGetFunctionTypeTable :: Typeable a => SgFunctionTypeTable a -> IO (SgSymbolTable ()) | ||||
| Stub for ::SgFunctionTypeTable::get_function_type_table of type class ::SgSymbolTable*() | ||||
| functionTypeTableGetNumberOfTraversalSuccessors :: Typeable a => SgFunctionTypeTable a -> IO CSize | ||||
| Stub for ::SgFunctionTypeTable::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| functionTypeTableGetTraversalSuccessorByIndex :: Typeable a => SgFunctionTypeTable a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFunctionTypeTable::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| functionTypeTableGetTraversalSuccessorContainer :: Typeable a => SgFunctionTypeTable a -> IO [SgNode ()] | ||||
| Stub for ::SgFunctionTypeTable::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| functionTypeTableGetTraversalSuccessorNamesContainer :: Typeable a => SgFunctionTypeTable a -> IO [CString] | ||||
| Stub for ::SgFunctionTypeTable::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| functionTypeTableInsertFunctionType :: (Typeable a, Typeable b) => SgFunctionTypeTable a -> String -> SgType b -> IO () | ||||
| Stub for ::SgFunctionTypeTable::insert_function_type of type void (const class ::SgName&, class ::SgType*) | ||||
| functionTypeTableIsInMemoryPool :: Typeable a => SgFunctionTypeTable a -> IO Bool | ||||
| Stub for ::SgFunctionTypeTable::isInMemoryPool of type bool () | ||||
| functionTypeTableLookupFunctionType :: Typeable a => SgFunctionTypeTable a -> String -> IO (SgType ()) | ||||
| Stub for ::SgFunctionTypeTable::lookup_function_type of type class ::SgType*(const class ::SgName&) | ||||
| functionTypeTableMemoryUsage :: IO CSize | ||||
| Stub for ::SgFunctionTypeTable::memoryUsage of type ::size_t() | ||||
| functionTypeTableNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFunctionTypeTable::numberOfNodes of type ::size_t() | ||||
| functionTypeTablePostConstructionInitialization :: Typeable a => SgFunctionTypeTable a -> IO () | ||||
| Stub for ::SgFunctionTypeTable::post_construction_initialization of type void () | ||||
| functionTypeTableRemoveFunctionType :: Typeable a => SgFunctionTypeTable a -> String -> IO () | ||||
| Stub for ::SgFunctionTypeTable::remove_function_type of type void (const class ::SgName&) | ||||
| functionTypeTableSageClassName :: Typeable a => SgFunctionTypeTable a -> IO String | ||||
| Stub for ::SgFunctionTypeTable::sage_class_name of type const char *() | ||||
| functionTypeTableSetFunctionTypeTable :: (Typeable a, Typeable b) => SgFunctionTypeTable a -> SgSymbolTable b -> IO () | ||||
| Stub for ::SgFunctionTypeTable::set_function_type_table of type void (class ::SgSymbolTable*) | ||||
| functionTypeTableVariantT :: Typeable a => SgFunctionTypeTable a -> IO VariantT | ||||
| Stub for ::SgFunctionTypeTable::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |