| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmBinaryLsr :: Typeable a => SgNode a -> IO (Maybe (SgAsmBinaryLsr ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmBinaryLsr. | ||||
| upSgAsmBinaryLsr :: Typeable a => SgAsmBinaryLsr a -> SgAsmBinaryLsr () | ||||
| Performs an upcast of a SgAsmBinaryLsr subtype to a SgAsmBinaryLsr. | ||||
| newAsmBinaryLsr :: (Typeable a, Typeable b) => SgAsmExpression a -> SgAsmExpression b -> IO (SgAsmBinaryLsr ()) | ||||
| Stub for ::SgAsmBinaryLsr::SgAsmBinaryLsr of type void (class ::SgAsmExpression*, class ::SgAsmExpression*) | ||||
| asmBinaryLsrCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmBinaryLsr a -> IO () | ||||
| Stub for ::SgAsmBinaryLsr::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmBinaryLsrClassName :: Typeable a => SgAsmBinaryLsr a -> IO String | ||||
| Stub for ::SgAsmBinaryLsr::class_name of type ::std::string() | ||||
| asmBinaryLsrGetChildIndex :: (Typeable a, Typeable b) => SgAsmBinaryLsr a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmBinaryLsr::getChildIndex of type long (class ::SgNode*) | ||||
| asmBinaryLsrGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmBinaryLsr a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmBinaryLsr::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmBinaryLsrGetNumberOfTraversalSuccessors :: Typeable a => SgAsmBinaryLsr a -> IO CSize | ||||
| Stub for ::SgAsmBinaryLsr::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmBinaryLsrGetTraversalSuccessorByIndex :: Typeable a => SgAsmBinaryLsr a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmBinaryLsr::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmBinaryLsrGetTraversalSuccessorContainer :: Typeable a => SgAsmBinaryLsr a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmBinaryLsr::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmBinaryLsrGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmBinaryLsr a -> IO [CString] | ||||
| Stub for ::SgAsmBinaryLsr::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmBinaryLsrIsInMemoryPool :: Typeable a => SgAsmBinaryLsr a -> IO Bool | ||||
| Stub for ::SgAsmBinaryLsr::isInMemoryPool of type bool () | ||||
| asmBinaryLsrMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmBinaryLsr::memoryUsage of type ::size_t() | ||||
| asmBinaryLsrNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmBinaryLsr::numberOfNodes of type ::size_t() | ||||
| asmBinaryLsrSageClassName :: Typeable a => SgAsmBinaryLsr a -> IO String | ||||
| Stub for ::SgAsmBinaryLsr::sage_class_name of type const char *() | ||||
| asmBinaryLsrVariantT :: Typeable a => SgAsmBinaryLsr a -> IO VariantT | ||||
| Stub for ::SgAsmBinaryLsr::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |