rose-0.9.5.1: Bindings for the ROSE compilerContentsIndex
ROSE.Sage3.Methods.SgAsmTargetList
Synopsis
isSgAsmTargetList :: Typeable a => SgNode a -> IO (Maybe (SgAsmTargetList ()))
upSgAsmTargetList :: Typeable a => SgAsmTargetList a -> SgAsmTargetList ()
newAsmTargetList :: IO (SgAsmTargetList ())
asmTargetListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmTargetList a -> IO ()
asmTargetListClassName :: Typeable a => SgAsmTargetList a -> IO String
asmTargetListGetChildIndex :: (Typeable a, Typeable b) => SgAsmTargetList a -> SgNode b -> IO CLong
asmTargetListGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmTargetList a -> SgNode b -> IO CSize
asmTargetListGetNumberOfTraversalSuccessors :: Typeable a => SgAsmTargetList a -> IO CSize
asmTargetListGetTargets :: Typeable a => SgAsmTargetList a -> IO [SgAsmTarget ()]
asmTargetListGetTraversalSuccessorByIndex :: Typeable a => SgAsmTargetList a -> CSize -> IO (SgNode ())
asmTargetListGetTraversalSuccessorContainer :: Typeable a => SgAsmTargetList a -> IO [SgNode ()]
asmTargetListGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmTargetList a -> IO [CString]
asmTargetListIsInMemoryPool :: Typeable a => SgAsmTargetList a -> IO Bool
asmTargetListMemoryUsage :: IO CSize
asmTargetListNumberOfNodes :: IO CSize
asmTargetListSageClassName :: Typeable a => SgAsmTargetList a -> IO String
asmTargetListVariantT :: Typeable a => SgAsmTargetList a -> IO VariantT
Documentation
isSgAsmTargetList :: Typeable a => SgNode a -> IO (Maybe (SgAsmTargetList ()))
Attempts a dynamic cast of the given node to the type SgAsmTargetList.
upSgAsmTargetList :: Typeable a => SgAsmTargetList a -> SgAsmTargetList ()
Performs an upcast of a SgAsmTargetList subtype to a SgAsmTargetList.
newAsmTargetList :: IO (SgAsmTargetList ())
Stub for ::SgAsmTargetList::SgAsmTargetList of type void ()
asmTargetListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmTargetList a -> IO ()
Stub for ::SgAsmTargetList::checkDataMemberPointersIfInMemoryPool of type void ()
asmTargetListClassName :: Typeable a => SgAsmTargetList a -> IO String
Stub for ::SgAsmTargetList::class_name of type ::std::string()
asmTargetListGetChildIndex :: (Typeable a, Typeable b) => SgAsmTargetList a -> SgNode b -> IO CLong
Stub for ::SgAsmTargetList::getChildIndex of type long (class ::SgNode*)
asmTargetListGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmTargetList a -> SgNode b -> IO CSize
Stub for ::SgAsmTargetList::get_childIndex of type ::size_t(class ::SgNode*)
asmTargetListGetNumberOfTraversalSuccessors :: Typeable a => SgAsmTargetList a -> IO CSize
Stub for ::SgAsmTargetList::get_numberOfTraversalSuccessors of type ::size_t()
asmTargetListGetTargets :: Typeable a => SgAsmTargetList a -> IO [SgAsmTarget ()]
Stub for ::SgAsmTargetList::get_targets of type const ::SgAsmTargetPtrList&()
asmTargetListGetTraversalSuccessorByIndex :: Typeable a => SgAsmTargetList a -> CSize -> IO (SgNode ())
Stub for ::SgAsmTargetList::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
asmTargetListGetTraversalSuccessorContainer :: Typeable a => SgAsmTargetList a -> IO [SgNode ()]
Stub for ::SgAsmTargetList::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
asmTargetListGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmTargetList a -> IO [CString]
Stub for ::SgAsmTargetList::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
asmTargetListIsInMemoryPool :: Typeable a => SgAsmTargetList a -> IO Bool
Stub for ::SgAsmTargetList::isInMemoryPool of type bool ()
asmTargetListMemoryUsage :: IO CSize
Stub for ::SgAsmTargetList::memoryUsage of type ::size_t()
asmTargetListNumberOfNodes :: IO CSize
Stub for ::SgAsmTargetList::numberOfNodes of type ::size_t()
asmTargetListSageClassName :: Typeable a => SgAsmTargetList a -> IO String
Stub for ::SgAsmTargetList::sage_class_name of type const char *()
asmTargetListVariantT :: Typeable a => SgAsmTargetList a -> IO VariantT
Stub for ::SgAsmTargetList::variantT of type enum ::VariantT()
Produced by Haddock version 2.4.2