rose-0.9.5.1: Bindings for the ROSE compilerContentsIndex
ROSE.Sage3.Methods.SgAsmDeclaration
Synopsis
isSgAsmDeclaration :: Typeable a => SgNode a -> IO (Maybe (SgAsmDeclaration ()))
upSgAsmDeclaration :: Typeable a => SgAsmDeclaration a -> SgAsmDeclaration ()
newAsmDeclaration :: CULong -> IO (SgAsmDeclaration ())
asmDeclarationCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDeclaration a -> IO ()
asmDeclarationClassName :: Typeable a => SgAsmDeclaration a -> IO String
asmDeclarationGetChildIndex :: (Typeable a, Typeable b) => SgAsmDeclaration a -> SgNode b -> IO CLong
asmDeclarationGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDeclaration a -> SgNode b -> IO CSize
asmDeclarationGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDeclaration a -> IO CSize
asmDeclarationGetTraversalSuccessorByIndex :: Typeable a => SgAsmDeclaration a -> CSize -> IO (SgNode ())
asmDeclarationGetTraversalSuccessorContainer :: Typeable a => SgAsmDeclaration a -> IO [SgNode ()]
asmDeclarationGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDeclaration a -> IO [CString]
asmDeclarationIsInMemoryPool :: Typeable a => SgAsmDeclaration a -> IO Bool
asmDeclarationMemoryUsage :: IO CSize
asmDeclarationNumberOfNodes :: IO CSize
asmDeclarationSageClassName :: Typeable a => SgAsmDeclaration a -> IO String
asmDeclarationVariantT :: Typeable a => SgAsmDeclaration a -> IO VariantT
Documentation
isSgAsmDeclaration :: Typeable a => SgNode a -> IO (Maybe (SgAsmDeclaration ()))
Attempts a dynamic cast of the given node to the type SgAsmDeclaration.
upSgAsmDeclaration :: Typeable a => SgAsmDeclaration a -> SgAsmDeclaration ()
Performs an upcast of a SgAsmDeclaration subtype to a SgAsmDeclaration.
newAsmDeclaration :: CULong -> IO (SgAsmDeclaration ())
Stub for ::SgAsmDeclaration::SgAsmDeclaration of type void (::rose_addr_t)
asmDeclarationCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDeclaration a -> IO ()
Stub for ::SgAsmDeclaration::checkDataMemberPointersIfInMemoryPool of type void ()
asmDeclarationClassName :: Typeable a => SgAsmDeclaration a -> IO String
Stub for ::SgAsmDeclaration::class_name of type ::std::string()
asmDeclarationGetChildIndex :: (Typeable a, Typeable b) => SgAsmDeclaration a -> SgNode b -> IO CLong
Stub for ::SgAsmDeclaration::getChildIndex of type long (class ::SgNode*)
asmDeclarationGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDeclaration a -> SgNode b -> IO CSize
Stub for ::SgAsmDeclaration::get_childIndex of type ::size_t(class ::SgNode*)
asmDeclarationGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDeclaration a -> IO CSize
Stub for ::SgAsmDeclaration::get_numberOfTraversalSuccessors of type ::size_t()
asmDeclarationGetTraversalSuccessorByIndex :: Typeable a => SgAsmDeclaration a -> CSize -> IO (SgNode ())
Stub for ::SgAsmDeclaration::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
asmDeclarationGetTraversalSuccessorContainer :: Typeable a => SgAsmDeclaration a -> IO [SgNode ()]
Stub for ::SgAsmDeclaration::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
asmDeclarationGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDeclaration a -> IO [CString]
Stub for ::SgAsmDeclaration::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
asmDeclarationIsInMemoryPool :: Typeable a => SgAsmDeclaration a -> IO Bool
Stub for ::SgAsmDeclaration::isInMemoryPool of type bool ()
asmDeclarationMemoryUsage :: IO CSize
Stub for ::SgAsmDeclaration::memoryUsage of type ::size_t()
asmDeclarationNumberOfNodes :: IO CSize
Stub for ::SgAsmDeclaration::numberOfNodes of type ::size_t()
asmDeclarationSageClassName :: Typeable a => SgAsmDeclaration a -> IO String
Stub for ::SgAsmDeclaration::sage_class_name of type const char *()
asmDeclarationVariantT :: Typeable a => SgAsmDeclaration a -> IO VariantT
Stub for ::SgAsmDeclaration::variantT of type enum ::VariantT()
Produced by Haddock version 2.4.2