|
| ROSE.Sage3.Methods.SgBinaryComposite |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgBinaryComposite :: Typeable a => SgNode a -> IO (Maybe (SgBinaryComposite ())) |
| Attempts a dynamic cast of the given node to the type SgBinaryComposite.
|
|
| upSgBinaryComposite :: Typeable a => SgBinaryComposite a -> SgBinaryComposite () |
| Performs an upcast of a SgBinaryComposite subtype to a SgBinaryComposite.
|
|
| newBinaryComposite :: Typeable a => [CString] -> SgProject a -> IO (SgBinaryComposite ()) |
| Stub for ::SgBinaryComposite::SgBinaryComposite of type void (class ::std::vector < string , allocator< string > > &, class ::SgProject*)
|
|
| newBinaryComposite2 :: IO (SgBinaryComposite ()) |
| Stub for ::SgBinaryComposite::SgBinaryComposite of type void ()
|
|
| binaryCompositeBuildAST :: Typeable a => SgBinaryComposite a -> [CString] -> [CString] -> IO CInt |
| Stub for ::SgBinaryComposite::buildAST of type int (class ::std::vector < string , allocator< string > > , class ::std::vector < string , allocator< string > > )
|
|
| binaryCompositeBuildAsmAST :: Typeable a => SgBinaryComposite a -> String -> IO () |
| Stub for ::SgBinaryComposite::buildAsmAST of type void (::std::string)
|
|
| binaryCompositeCallFrontEnd :: Typeable a => SgBinaryComposite a -> IO CInt |
| Stub for ::SgBinaryComposite::callFrontEnd of type int ()
|
|
| binaryCompositeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgBinaryComposite a -> IO () |
| Stub for ::SgBinaryComposite::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| binaryCompositeClassName :: Typeable a => SgBinaryComposite a -> IO String |
| Stub for ::SgBinaryComposite::class_name of type ::std::string()
|
|
| binaryCompositeDoSetupForConstructor :: (Typeable a, Typeable b) => SgBinaryComposite a -> [CString] -> SgProject b -> IO () |
| Stub for ::SgBinaryComposite::doSetupForConstructor of type void (const class ::std::vector < string , allocator< string > > &, class ::SgProject*)
|
|
| binaryCompositeGetChildIndex :: (Typeable a, Typeable b) => SgBinaryComposite a -> SgNode b -> IO CLong |
| Stub for ::SgBinaryComposite::getChildIndex of type long (class ::SgNode*)
|
|
| binaryCompositeGetBinaryFile :: Typeable a => SgBinaryComposite a -> IO (SgAsmGenericFile ()) |
| Stub for ::SgBinaryComposite::get_binaryFile of type const class ::SgAsmGenericFile*()
|
|
| binaryCompositeGetChildIndex2 :: (Typeable a, Typeable b) => SgBinaryComposite a -> SgNode b -> IO CSize |
| Stub for ::SgBinaryComposite::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| binaryCompositeGetGenericFileList :: Typeable a => SgBinaryComposite a -> IO (SgAsmGenericFileList ()) |
| Stub for ::SgBinaryComposite::get_genericFileList of type class ::SgAsmGenericFileList*()
|
|
| binaryCompositeGetInterpretations :: Typeable a => SgBinaryComposite a -> IO (SgAsmInterpretationList ()) |
| Stub for ::SgBinaryComposite::get_interpretations of type class ::SgAsmInterpretationList*()
|
|
| binaryCompositeGetNumberOfTraversalSuccessors :: Typeable a => SgBinaryComposite a -> IO CSize |
| Stub for ::SgBinaryComposite::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| binaryCompositeGetTraversalSuccessorByIndex :: Typeable a => SgBinaryComposite a -> CSize -> IO (SgNode ()) |
| Stub for ::SgBinaryComposite::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| binaryCompositeGetTraversalSuccessorContainer :: Typeable a => SgBinaryComposite a -> IO [SgNode ()] |
| Stub for ::SgBinaryComposite::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| binaryCompositeGetTraversalSuccessorNamesContainer :: Typeable a => SgBinaryComposite a -> IO [CString] |
| Stub for ::SgBinaryComposite::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| binaryCompositeIsInMemoryPool :: Typeable a => SgBinaryComposite a -> IO Bool |
| Stub for ::SgBinaryComposite::isInMemoryPool of type bool ()
|
|
| binaryCompositeMemoryUsage :: IO CSize |
| Stub for ::SgBinaryComposite::memoryUsage of type ::size_t()
|
|
| binaryCompositeNumberOfNodes :: IO CSize |
| Stub for ::SgBinaryComposite::numberOfNodes of type ::size_t()
|
|
| binaryCompositeSageClassName :: Typeable a => SgBinaryComposite a -> IO String |
| Stub for ::SgBinaryComposite::sage_class_name of type const char *()
|
|
| binaryCompositeSetBinaryFile :: (Typeable a, Typeable b) => SgBinaryComposite a -> SgAsmGenericFile b -> IO () |
| Stub for ::SgBinaryComposite::set_binaryFile of type void (class ::SgAsmGenericFile*)
|
|
| binaryCompositeSetGenericFileList :: (Typeable a, Typeable b) => SgBinaryComposite a -> SgAsmGenericFileList b -> IO () |
| Stub for ::SgBinaryComposite::set_genericFileList of type void (class ::SgAsmGenericFileList*)
|
|
| binaryCompositeSetInterpretations :: (Typeable a, Typeable b) => SgBinaryComposite a -> SgAsmInterpretationList b -> IO () |
| Stub for ::SgBinaryComposite::set_interpretations of type void (class ::SgAsmInterpretationList*)
|
|
| binaryCompositeVariantT :: Typeable a => SgBinaryComposite a -> IO VariantT |
| Stub for ::SgBinaryComposite::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |