| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFunctionSymbol :: Typeable a => SgNode a -> IO (Maybe (SgFunctionSymbol ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFunctionSymbol. | ||||
| upSgFunctionSymbol :: Typeable a => SgFunctionSymbol a -> SgFunctionSymbol () | ||||
| Performs an upcast of a SgFunctionSymbol subtype to a SgFunctionSymbol. | ||||
| newFunctionSymbol :: Typeable a => SgFunctionDeclaration a -> IO (SgFunctionSymbol ()) | ||||
| Stub for ::SgFunctionSymbol::SgFunctionSymbol of type void (class ::SgFunctionDeclaration*) | ||||
| functionSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFunctionSymbol a -> IO () | ||||
| Stub for ::SgFunctionSymbol::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| functionSymbolClassName :: Typeable a => SgFunctionSymbol a -> IO String | ||||
| Stub for ::SgFunctionSymbol::class_name of type ::std::string() | ||||
| functionSymbolGetChildIndex :: (Typeable a, Typeable b) => SgFunctionSymbol a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFunctionSymbol::getChildIndex of type long (class ::SgNode*) | ||||
| functionSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgFunctionSymbol a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFunctionSymbol::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| functionSymbolGetDeclaration :: Typeable a => SgFunctionSymbol a -> IO (SgFunctionDeclaration ()) | ||||
| Stub for ::SgFunctionSymbol::get_declaration of type class ::SgFunctionDeclaration*() | ||||
| functionSymbolGetName :: Typeable a => SgFunctionSymbol a -> IO String | ||||
| Stub for ::SgFunctionSymbol::get_name of type class ::SgName() | ||||
| functionSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgFunctionSymbol a -> IO CSize | ||||
| Stub for ::SgFunctionSymbol::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| functionSymbolGetSymbolBasis :: Typeable a => SgFunctionSymbol a -> IO (SgNode ()) | ||||
| Stub for ::SgFunctionSymbol::get_symbol_basis of type class ::SgNode*() | ||||
| functionSymbolGetTraversalSuccessorByIndex :: Typeable a => SgFunctionSymbol a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFunctionSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| functionSymbolGetTraversalSuccessorContainer :: Typeable a => SgFunctionSymbol a -> IO [SgNode ()] | ||||
| Stub for ::SgFunctionSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| functionSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgFunctionSymbol a -> IO [CString] | ||||
| Stub for ::SgFunctionSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| functionSymbolGetType :: Typeable a => SgFunctionSymbol a -> IO (SgType ()) | ||||
| Stub for ::SgFunctionSymbol::get_type of type class ::SgType*() | ||||
| functionSymbolIsInMemoryPool :: Typeable a => SgFunctionSymbol a -> IO Bool | ||||
| Stub for ::SgFunctionSymbol::isInMemoryPool of type bool () | ||||
| functionSymbolMemoryUsage :: IO CSize | ||||
| Stub for ::SgFunctionSymbol::memoryUsage of type ::size_t() | ||||
| functionSymbolNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFunctionSymbol::numberOfNodes of type ::size_t() | ||||
| functionSymbolSageClassName :: Typeable a => SgFunctionSymbol a -> IO String | ||||
| Stub for ::SgFunctionSymbol::sage_class_name of type const char *() | ||||
| functionSymbolSetDeclaration :: (Typeable a, Typeable b) => SgFunctionSymbol a -> SgFunctionDeclaration b -> IO () | ||||
| Stub for ::SgFunctionSymbol::set_declaration of type void (class ::SgFunctionDeclaration*) | ||||
| functionSymbolVariantT :: Typeable a => SgFunctionSymbol a -> IO VariantT | ||||
| Stub for ::SgFunctionSymbol::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |