| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgDefaultSymbol :: Typeable a => SgNode a -> IO (Maybe (SgDefaultSymbol ())) | ||||
| Attempts a dynamic cast of the given node to the type SgDefaultSymbol. | ||||
| upSgDefaultSymbol :: Typeable a => SgDefaultSymbol a -> SgDefaultSymbol () | ||||
| Performs an upcast of a SgDefaultSymbol subtype to a SgDefaultSymbol. | ||||
| newDefaultSymbol :: Typeable a => SgType a -> IO (SgDefaultSymbol ()) | ||||
| Stub for ::SgDefaultSymbol::SgDefaultSymbol of type void (class ::SgType*) | ||||
| defaultSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDefaultSymbol a -> IO () | ||||
| Stub for ::SgDefaultSymbol::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| defaultSymbolClassName :: Typeable a => SgDefaultSymbol a -> IO String | ||||
| Stub for ::SgDefaultSymbol::class_name of type ::std::string() | ||||
| defaultSymbolGetChildIndex :: (Typeable a, Typeable b) => SgDefaultSymbol a -> SgNode b -> IO CLong | ||||
| Stub for ::SgDefaultSymbol::getChildIndex of type long (class ::SgNode*) | ||||
| defaultSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgDefaultSymbol a -> SgNode b -> IO CSize | ||||
| Stub for ::SgDefaultSymbol::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| defaultSymbolGetName :: Typeable a => SgDefaultSymbol a -> IO String | ||||
| Stub for ::SgDefaultSymbol::get_name of type class ::SgName() | ||||
| defaultSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgDefaultSymbol a -> IO CSize | ||||
| Stub for ::SgDefaultSymbol::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| defaultSymbolGetSymbolBasis :: Typeable a => SgDefaultSymbol a -> IO (SgNode ()) | ||||
| Stub for ::SgDefaultSymbol::get_symbol_basis of type class ::SgNode*() | ||||
| defaultSymbolGetTraversalSuccessorByIndex :: Typeable a => SgDefaultSymbol a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgDefaultSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| defaultSymbolGetTraversalSuccessorContainer :: Typeable a => SgDefaultSymbol a -> IO [SgNode ()] | ||||
| Stub for ::SgDefaultSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| defaultSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgDefaultSymbol a -> IO [CString] | ||||
| Stub for ::SgDefaultSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| defaultSymbolGetType :: Typeable a => SgDefaultSymbol a -> IO (SgType ()) | ||||
| Stub for ::SgDefaultSymbol::get_type of type class ::SgType*() | ||||
| defaultSymbolIsInMemoryPool :: Typeable a => SgDefaultSymbol a -> IO Bool | ||||
| Stub for ::SgDefaultSymbol::isInMemoryPool of type bool () | ||||
| defaultSymbolMemoryUsage :: IO CSize | ||||
| Stub for ::SgDefaultSymbol::memoryUsage of type ::size_t() | ||||
| defaultSymbolNumberOfNodes :: IO CSize | ||||
| Stub for ::SgDefaultSymbol::numberOfNodes of type ::size_t() | ||||
| defaultSymbolSageClassName :: Typeable a => SgDefaultSymbol a -> IO String | ||||
| Stub for ::SgDefaultSymbol::sage_class_name of type const char *() | ||||
| defaultSymbolSetType :: (Typeable a, Typeable b) => SgDefaultSymbol a -> SgType b -> IO () | ||||
| Stub for ::SgDefaultSymbol::set_type of type void (class ::SgType*) | ||||
| defaultSymbolVariantT :: Typeable a => SgDefaultSymbol a -> IO VariantT | ||||
| Stub for ::SgDefaultSymbol::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |