| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmBinaryLsl :: Typeable a => SgNode a -> IO (Maybe (SgAsmBinaryLsl ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmBinaryLsl. | ||||
| upSgAsmBinaryLsl :: Typeable a => SgAsmBinaryLsl a -> SgAsmBinaryLsl () | ||||
| Performs an upcast of a SgAsmBinaryLsl subtype to a SgAsmBinaryLsl. | ||||
| newAsmBinaryLsl :: (Typeable a, Typeable b) => SgAsmExpression a -> SgAsmExpression b -> IO (SgAsmBinaryLsl ()) | ||||
| Stub for ::SgAsmBinaryLsl::SgAsmBinaryLsl of type void (class ::SgAsmExpression*, class ::SgAsmExpression*) | ||||
| asmBinaryLslCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmBinaryLsl a -> IO () | ||||
| Stub for ::SgAsmBinaryLsl::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmBinaryLslClassName :: Typeable a => SgAsmBinaryLsl a -> IO String | ||||
| Stub for ::SgAsmBinaryLsl::class_name of type ::std::string() | ||||
| asmBinaryLslGetChildIndex :: (Typeable a, Typeable b) => SgAsmBinaryLsl a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmBinaryLsl::getChildIndex of type long (class ::SgNode*) | ||||
| asmBinaryLslGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmBinaryLsl a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmBinaryLsl::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmBinaryLslGetNumberOfTraversalSuccessors :: Typeable a => SgAsmBinaryLsl a -> IO CSize | ||||
| Stub for ::SgAsmBinaryLsl::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmBinaryLslGetTraversalSuccessorByIndex :: Typeable a => SgAsmBinaryLsl a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmBinaryLsl::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmBinaryLslGetTraversalSuccessorContainer :: Typeable a => SgAsmBinaryLsl a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmBinaryLsl::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmBinaryLslGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmBinaryLsl a -> IO [CString] | ||||
| Stub for ::SgAsmBinaryLsl::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmBinaryLslIsInMemoryPool :: Typeable a => SgAsmBinaryLsl a -> IO Bool | ||||
| Stub for ::SgAsmBinaryLsl::isInMemoryPool of type bool () | ||||
| asmBinaryLslMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmBinaryLsl::memoryUsage of type ::size_t() | ||||
| asmBinaryLslNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmBinaryLsl::numberOfNodes of type ::size_t() | ||||
| asmBinaryLslSageClassName :: Typeable a => SgAsmBinaryLsl a -> IO String | ||||
| Stub for ::SgAsmBinaryLsl::sage_class_name of type const char *() | ||||
| asmBinaryLslVariantT :: Typeable a => SgAsmBinaryLsl a -> IO VariantT | ||||
| Stub for ::SgAsmBinaryLsl::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |