| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmByteValueExpression :: Typeable a => SgNode a -> IO (Maybe (SgAsmByteValueExpression ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmByteValueExpression. | ||||
| upSgAsmByteValueExpression :: Typeable a => SgAsmByteValueExpression a -> SgAsmByteValueExpression () | ||||
| Performs an upcast of a SgAsmByteValueExpression subtype to a SgAsmByteValueExpression. | ||||
| newAsmByteValueExpression :: Word8 -> IO (SgAsmByteValueExpression ()) | ||||
| Stub for ::SgAsmByteValueExpression::SgAsmByteValueExpression of type void (::uint8_t) | ||||
| asmByteValueExpressionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmByteValueExpression a -> IO () | ||||
| Stub for ::SgAsmByteValueExpression::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmByteValueExpressionClassName :: Typeable a => SgAsmByteValueExpression a -> IO String | ||||
| Stub for ::SgAsmByteValueExpression::class_name of type ::std::string() | ||||
| asmByteValueExpressionGetChildIndex :: (Typeable a, Typeable b) => SgAsmByteValueExpression a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmByteValueExpression::getChildIndex of type long (class ::SgNode*) | ||||
| asmByteValueExpressionGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmByteValueExpression a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmByteValueExpression::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmByteValueExpressionGetNumberOfTraversalSuccessors :: Typeable a => SgAsmByteValueExpression a -> IO CSize | ||||
| Stub for ::SgAsmByteValueExpression::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmByteValueExpressionGetTraversalSuccessorByIndex :: Typeable a => SgAsmByteValueExpression a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmByteValueExpression::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmByteValueExpressionGetTraversalSuccessorContainer :: Typeable a => SgAsmByteValueExpression a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmByteValueExpression::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmByteValueExpressionGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmByteValueExpression a -> IO [CString] | ||||
| Stub for ::SgAsmByteValueExpression::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmByteValueExpressionGetType :: Typeable a => SgAsmByteValueExpression a -> IO (SgAsmType ()) | ||||
| Stub for ::SgAsmByteValueExpression::get_type of type class ::SgAsmType*() | ||||
| asmByteValueExpressionGetValue :: Typeable a => SgAsmByteValueExpression a -> IO Word8 | ||||
| Stub for ::SgAsmByteValueExpression::get_value of type ::uint8_t() | ||||
| asmByteValueExpressionIsInMemoryPool :: Typeable a => SgAsmByteValueExpression a -> IO Bool | ||||
| Stub for ::SgAsmByteValueExpression::isInMemoryPool of type bool () | ||||
| asmByteValueExpressionMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmByteValueExpression::memoryUsage of type ::size_t() | ||||
| asmByteValueExpressionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmByteValueExpression::numberOfNodes of type ::size_t() | ||||
| asmByteValueExpressionSageClassName :: Typeable a => SgAsmByteValueExpression a -> IO String | ||||
| Stub for ::SgAsmByteValueExpression::sage_class_name of type const char *() | ||||
| asmByteValueExpressionSetValue :: Typeable a => SgAsmByteValueExpression a -> Word8 -> IO () | ||||
| Stub for ::SgAsmByteValueExpression::set_value of type void (::uint8_t) | ||||
| asmByteValueExpressionVariantT :: Typeable a => SgAsmByteValueExpression a -> IO VariantT | ||||
| Stub for ::SgAsmByteValueExpression::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |