| ||||
| ||||
| Synopsis | ||||
| 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 |