SOperand Struct Reference

SOperand A structure that holds the operand type and value of an instruction More...

#include <MieAPI.h>

List of all members.

Public Attributes

EOperandType type
 type identifier
union {
   S8   s8Op
 specific size numeric value
   U8   ui8Op
 specific size numeric value
   S16   s16Op
 specific size numeric value
   U16   ui16Op
 specific size numeric value
   S32   s32Op
 specific size numeric value
   U32   ui32Op
 specific size numeric value
   S64   s64Op
 specific size numeric value
   U64   ui64Op
 specific size numeric value
   float   f32Op
 specific size numeric value
   double   d64Op
 specific size numeric value
   IInstruction *   pTarget
 target of a branch
   STargetsArray   targetsArray
 array of targets, used with the switch
   TVariableID   varID
 local variable id
val


Detailed Description

Some of the fields are used for both Java and .NET. Some are related to Java only and some to .NET only
The documentation for this struct was generated from the following file:


Generated on Thu Mar 6 15:07:55 2008 for Martini by doxygen 1.5.5