| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgMemberFunctionSymbol :: Typeable a => SgNode a -> IO (Maybe (SgMemberFunctionSymbol ())) | ||||
| Attempts a dynamic cast of the given node to the type SgMemberFunctionSymbol. | ||||
| upSgMemberFunctionSymbol :: Typeable a => SgMemberFunctionSymbol a -> SgMemberFunctionSymbol () | ||||
| Performs an upcast of a SgMemberFunctionSymbol subtype to a SgMemberFunctionSymbol. | ||||
| newMemberFunctionSymbol :: Typeable a => SgFunctionDeclaration a -> IO (SgMemberFunctionSymbol ()) | ||||
| Stub for ::SgMemberFunctionSymbol::SgMemberFunctionSymbol of type void (class ::SgFunctionDeclaration*) | ||||
| memberFunctionSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgMemberFunctionSymbol a -> IO () | ||||
| Stub for ::SgMemberFunctionSymbol::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| memberFunctionSymbolClassName :: Typeable a => SgMemberFunctionSymbol a -> IO String | ||||
| Stub for ::SgMemberFunctionSymbol::class_name of type ::std::string() | ||||
| memberFunctionSymbolGetChildIndex :: (Typeable a, Typeable b) => SgMemberFunctionSymbol a -> SgNode b -> IO CLong | ||||
| Stub for ::SgMemberFunctionSymbol::getChildIndex of type long (class ::SgNode*) | ||||
| memberFunctionSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgMemberFunctionSymbol a -> SgNode b -> IO CSize | ||||
| Stub for ::SgMemberFunctionSymbol::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| memberFunctionSymbolGetDeclaration :: Typeable a => SgMemberFunctionSymbol a -> IO (SgMemberFunctionDeclaration ()) | ||||
| Stub for ::SgMemberFunctionSymbol::get_declaration of type class ::SgMemberFunctionDeclaration*() | ||||
| memberFunctionSymbolGetName :: Typeable a => SgMemberFunctionSymbol a -> IO String | ||||
| Stub for ::SgMemberFunctionSymbol::get_name of type class ::SgName() | ||||
| memberFunctionSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgMemberFunctionSymbol a -> IO CSize | ||||
| Stub for ::SgMemberFunctionSymbol::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| memberFunctionSymbolGetScope :: Typeable a => SgMemberFunctionSymbol a -> IO (SgClassDefinition ()) | ||||
| Stub for ::SgMemberFunctionSymbol::get_scope of type class ::SgClassDefinition*() | ||||
| memberFunctionSymbolGetSymbolBasis :: Typeable a => SgMemberFunctionSymbol a -> IO (SgNode ()) | ||||
| Stub for ::SgMemberFunctionSymbol::get_symbol_basis of type class ::SgNode*() | ||||
| memberFunctionSymbolGetTraversalSuccessorByIndex :: Typeable a => SgMemberFunctionSymbol a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgMemberFunctionSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| memberFunctionSymbolGetTraversalSuccessorContainer :: Typeable a => SgMemberFunctionSymbol a -> IO [SgNode ()] | ||||
| Stub for ::SgMemberFunctionSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| memberFunctionSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgMemberFunctionSymbol a -> IO [CString] | ||||
| Stub for ::SgMemberFunctionSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| memberFunctionSymbolGetType :: Typeable a => SgMemberFunctionSymbol a -> IO (SgType ()) | ||||
| Stub for ::SgMemberFunctionSymbol::get_type of type class ::SgType*() | ||||
| memberFunctionSymbolIsInMemoryPool :: Typeable a => SgMemberFunctionSymbol a -> IO Bool | ||||
| Stub for ::SgMemberFunctionSymbol::isInMemoryPool of type bool () | ||||
| memberFunctionSymbolMemoryUsage :: IO CSize | ||||
| Stub for ::SgMemberFunctionSymbol::memoryUsage of type ::size_t() | ||||
| memberFunctionSymbolNumberOfNodes :: IO CSize | ||||
| Stub for ::SgMemberFunctionSymbol::numberOfNodes of type ::size_t() | ||||
| memberFunctionSymbolSageClassName :: Typeable a => SgMemberFunctionSymbol a -> IO String | ||||
| Stub for ::SgMemberFunctionSymbol::sage_class_name of type const char *() | ||||
| memberFunctionSymbolVariantT :: Typeable a => SgMemberFunctionSymbol a -> IO VariantT | ||||
| Stub for ::SgMemberFunctionSymbol::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |