| ||||
| ||||
Synopsis | ||||
Documentation | ||||
isSgInterfaceSymbol :: Typeable a => SgNode a -> IO (Maybe (SgInterfaceSymbol ())) | ||||
Attempts a dynamic cast of the given node to the type SgInterfaceSymbol. | ||||
upSgInterfaceSymbol :: Typeable a => SgInterfaceSymbol a -> SgInterfaceSymbol () | ||||
Performs an upcast of a SgInterfaceSymbol subtype to a SgInterfaceSymbol. | ||||
newInterfaceSymbol :: Typeable a => SgInterfaceStatement a -> IO (SgInterfaceSymbol ()) | ||||
Stub for ::SgInterfaceSymbol::SgInterfaceSymbol of type void (class ::SgInterfaceStatement*) | ||||
interfaceSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgInterfaceSymbol a -> IO () | ||||
Stub for ::SgInterfaceSymbol::checkDataMemberPointersIfInMemoryPool of type void () | ||||
interfaceSymbolClassName :: Typeable a => SgInterfaceSymbol a -> IO String | ||||
Stub for ::SgInterfaceSymbol::class_name of type ::std::string() | ||||
interfaceSymbolGetChildIndex :: (Typeable a, Typeable b) => SgInterfaceSymbol a -> SgNode b -> IO CLong | ||||
Stub for ::SgInterfaceSymbol::getChildIndex of type long (class ::SgNode*) | ||||
interfaceSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgInterfaceSymbol a -> SgNode b -> IO CSize | ||||
Stub for ::SgInterfaceSymbol::get_childIndex of type ::size_t(class ::SgNode*) | ||||
interfaceSymbolGetDeclaration :: Typeable a => SgInterfaceSymbol a -> IO (SgInterfaceStatement ()) | ||||
Stub for ::SgInterfaceSymbol::get_declaration of type class ::SgInterfaceStatement*() | ||||
interfaceSymbolGetName :: Typeable a => SgInterfaceSymbol a -> IO String | ||||
Stub for ::SgInterfaceSymbol::get_name of type class ::SgName() | ||||
interfaceSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgInterfaceSymbol a -> IO CSize | ||||
Stub for ::SgInterfaceSymbol::get_numberOfTraversalSuccessors of type ::size_t() | ||||
interfaceSymbolGetSymbolBasis :: Typeable a => SgInterfaceSymbol a -> IO (SgNode ()) | ||||
Stub for ::SgInterfaceSymbol::get_symbol_basis of type class ::SgNode*() | ||||
interfaceSymbolGetTraversalSuccessorByIndex :: Typeable a => SgInterfaceSymbol a -> CSize -> IO (SgNode ()) | ||||
Stub for ::SgInterfaceSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
interfaceSymbolGetTraversalSuccessorContainer :: Typeable a => SgInterfaceSymbol a -> IO [SgNode ()] | ||||
Stub for ::SgInterfaceSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
interfaceSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgInterfaceSymbol a -> IO [CString] | ||||
Stub for ::SgInterfaceSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
interfaceSymbolGetType :: Typeable a => SgInterfaceSymbol a -> IO (SgType ()) | ||||
Stub for ::SgInterfaceSymbol::get_type of type class ::SgType*() | ||||
interfaceSymbolIsInMemoryPool :: Typeable a => SgInterfaceSymbol a -> IO Bool | ||||
Stub for ::SgInterfaceSymbol::isInMemoryPool of type bool () | ||||
interfaceSymbolMemoryUsage :: IO CSize | ||||
Stub for ::SgInterfaceSymbol::memoryUsage of type ::size_t() | ||||
interfaceSymbolNumberOfNodes :: IO CSize | ||||
Stub for ::SgInterfaceSymbol::numberOfNodes of type ::size_t() | ||||
interfaceSymbolSageClassName :: Typeable a => SgInterfaceSymbol a -> IO String | ||||
Stub for ::SgInterfaceSymbol::sage_class_name of type const char *() | ||||
interfaceSymbolSetDeclaration :: (Typeable a, Typeable b) => SgInterfaceSymbol a -> SgInterfaceStatement b -> IO () | ||||
Stub for ::SgInterfaceSymbol::set_declaration of type void (class ::SgInterfaceStatement*) | ||||
interfaceSymbolVariantT :: Typeable a => SgInterfaceSymbol a -> IO VariantT | ||||
Stub for ::SgInterfaceSymbol::variantT of type enum ::VariantT() | ||||
Produced by Haddock version 2.4.2 |