| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmBinaryRor :: Typeable a => SgNode a -> IO (Maybe (SgAsmBinaryRor ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmBinaryRor. | ||||
| upSgAsmBinaryRor :: Typeable a => SgAsmBinaryRor a -> SgAsmBinaryRor () | ||||
| Performs an upcast of a SgAsmBinaryRor subtype to a SgAsmBinaryRor. | ||||
| newAsmBinaryRor :: (Typeable a, Typeable b) => SgAsmExpression a -> SgAsmExpression b -> IO (SgAsmBinaryRor ()) | ||||
| Stub for ::SgAsmBinaryRor::SgAsmBinaryRor of type void (class ::SgAsmExpression*, class ::SgAsmExpression*) | ||||
| asmBinaryRorCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmBinaryRor a -> IO () | ||||
| Stub for ::SgAsmBinaryRor::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmBinaryRorClassName :: Typeable a => SgAsmBinaryRor a -> IO String | ||||
| Stub for ::SgAsmBinaryRor::class_name of type ::std::string() | ||||
| asmBinaryRorGetChildIndex :: (Typeable a, Typeable b) => SgAsmBinaryRor a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmBinaryRor::getChildIndex of type long (class ::SgNode*) | ||||
| asmBinaryRorGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmBinaryRor a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmBinaryRor::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmBinaryRorGetNumberOfTraversalSuccessors :: Typeable a => SgAsmBinaryRor a -> IO CSize | ||||
| Stub for ::SgAsmBinaryRor::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmBinaryRorGetTraversalSuccessorByIndex :: Typeable a => SgAsmBinaryRor a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmBinaryRor::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmBinaryRorGetTraversalSuccessorContainer :: Typeable a => SgAsmBinaryRor a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmBinaryRor::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmBinaryRorGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmBinaryRor a -> IO [CString] | ||||
| Stub for ::SgAsmBinaryRor::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmBinaryRorIsInMemoryPool :: Typeable a => SgAsmBinaryRor a -> IO Bool | ||||
| Stub for ::SgAsmBinaryRor::isInMemoryPool of type bool () | ||||
| asmBinaryRorMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmBinaryRor::memoryUsage of type ::size_t() | ||||
| asmBinaryRorNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmBinaryRor::numberOfNodes of type ::size_t() | ||||
| asmBinaryRorSageClassName :: Typeable a => SgAsmBinaryRor a -> IO String | ||||
| Stub for ::SgAsmBinaryRor::sage_class_name of type const char *() | ||||
| asmBinaryRorVariantT :: Typeable a => SgAsmBinaryRor a -> IO VariantT | ||||
| Stub for ::SgAsmBinaryRor::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |