| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgClassSymbol :: Typeable a => SgNode a -> IO (Maybe (SgClassSymbol ())) | ||||
| Attempts a dynamic cast of the given node to the type SgClassSymbol. | ||||
| upSgClassSymbol :: Typeable a => SgClassSymbol a -> SgClassSymbol () | ||||
| Performs an upcast of a SgClassSymbol subtype to a SgClassSymbol. | ||||
| newClassSymbol :: Typeable a => SgClassDeclaration a -> IO (SgClassSymbol ()) | ||||
| Stub for ::SgClassSymbol::SgClassSymbol of type void (class ::SgClassDeclaration*) | ||||
| classSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgClassSymbol a -> IO () | ||||
| Stub for ::SgClassSymbol::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| classSymbolClassName :: Typeable a => SgClassSymbol a -> IO String | ||||
| Stub for ::SgClassSymbol::class_name of type ::std::string() | ||||
| classSymbolGetChildIndex :: (Typeable a, Typeable b) => SgClassSymbol a -> SgNode b -> IO CLong | ||||
| Stub for ::SgClassSymbol::getChildIndex of type long (class ::SgNode*) | ||||
| classSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgClassSymbol a -> SgNode b -> IO CSize | ||||
| Stub for ::SgClassSymbol::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| classSymbolGetDeclaration :: Typeable a => SgClassSymbol a -> IO (SgClassDeclaration ()) | ||||
| Stub for ::SgClassSymbol::get_declaration of type class ::SgClassDeclaration*() | ||||
| classSymbolGetName :: Typeable a => SgClassSymbol a -> IO String | ||||
| Stub for ::SgClassSymbol::get_name of type class ::SgName() | ||||
| classSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgClassSymbol a -> IO CSize | ||||
| Stub for ::SgClassSymbol::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| classSymbolGetSymbolBasis :: Typeable a => SgClassSymbol a -> IO (SgNode ()) | ||||
| Stub for ::SgClassSymbol::get_symbol_basis of type class ::SgNode*() | ||||
| classSymbolGetTraversalSuccessorByIndex :: Typeable a => SgClassSymbol a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgClassSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| classSymbolGetTraversalSuccessorContainer :: Typeable a => SgClassSymbol a -> IO [SgNode ()] | ||||
| Stub for ::SgClassSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| classSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgClassSymbol a -> IO [CString] | ||||
| Stub for ::SgClassSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| classSymbolGetType :: Typeable a => SgClassSymbol a -> IO (SgType ()) | ||||
| Stub for ::SgClassSymbol::get_type of type class ::SgType*() | ||||
| classSymbolIsInMemoryPool :: Typeable a => SgClassSymbol a -> IO Bool | ||||
| Stub for ::SgClassSymbol::isInMemoryPool of type bool () | ||||
| classSymbolMemoryUsage :: IO CSize | ||||
| Stub for ::SgClassSymbol::memoryUsage of type ::size_t() | ||||
| classSymbolNumberOfNodes :: IO CSize | ||||
| Stub for ::SgClassSymbol::numberOfNodes of type ::size_t() | ||||
| classSymbolSageClassName :: Typeable a => SgClassSymbol a -> IO String | ||||
| Stub for ::SgClassSymbol::sage_class_name of type const char *() | ||||
| classSymbolSetDeclaration :: (Typeable a, Typeable b) => SgClassSymbol a -> SgClassDeclaration b -> IO () | ||||
| Stub for ::SgClassSymbol::set_declaration of type void (class ::SgClassDeclaration*) | ||||
| classSymbolVariantT :: Typeable a => SgClassSymbol a -> IO VariantT | ||||
| Stub for ::SgClassSymbol::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |