Package nl.tudelft.simulation.dsol.interpreter.operations

Interface Summary
FactoryInterface The factoryInterface defines the required behavior for operation factories mapping opcodes to operations.
 

Class Summary
AALOAD The AALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
AASTORE The AASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ACONST_NULL The ACONST_NULL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ALOAD The ALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ALOAD_0 The ALOAD_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ALOAD_1 The ALOAD_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ALOAD_2 The ALOAD_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ALOAD_3 The ALOAD_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ANEWARRAY The ANEWARRAY operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ARETURN The ARETURN operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ARRAYLENGTH The ARRAYLENGTH operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ASTORE The ASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ASTORE_0 The ASTORE_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ASTORE_1 The ASTORE_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ASTORE_2 The ASTORE_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ASTORE_3 The ASTORE_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
ATHROW The ATHROW operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html .
BALOAD The BALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc1.html .
BASTORE The BASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc1.html .
BIPUSH The BIPUSH operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc1.html .
CALOAD The CALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc2.html .
CASTORE The CASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc2.html .
CHECKCAST The CHECKCAST operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc2.html .
D2F The D2F operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
D2I The D2I operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
D2L The D2L operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DADD The DADD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DALOAD The DALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DASTORE The DASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DCMPG The DCMPG operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DCMPL The DCMPL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DCONST_0 The DCONST_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DCONST_1 The DCONST_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DDIV The DDIV operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DLOAD The DLOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DLOAD_0 The DLOAD_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DLOAD_1 The DLOAD_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DLOAD_2 The DLOAD_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DLOAD_3 The DLOAD_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DMUL The DMUL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DNEG The DNEG operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DREM The DREM operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DRETURN The DRETURN operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DSTORE The DSTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DSTORE_0 The DSTORE_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DSTORE_1 The DSTORE_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DSTORE_2 The DSTORE_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DSTORE_3 The DSTORE_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DSUB The DSUB operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DUP The DUP operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DUP_X1 The DUP_X1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DUP_X2 The DUP_X2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DUP2 The DUP2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DUP2_X1 The DUP2_X1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
DUP2_X2 The DUP_X2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc3.html .
F2D The F2D operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
F2I The F2I operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
F2L The F2L operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FADD The FADD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FALOAD The FALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FASTORE The FASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FCMPG The FCMPG operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FCMPL The FCMPL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FCONST_0 The FCONST_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FCONST_1 The FCONST_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FCONST_2 The FCONST_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FDIV The FDIV operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FLOAD The FLOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FLOAD_0 The FLOAD_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FLOAD_1 The FLOAD_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FLOAD_2 The FLOAD_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FLOAD_3 The FLOAD_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FMUL The FMUL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FNEG The FNEG operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FREM The FREM operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FRETURN The FRETURN operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FSTORE The FSTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FSTORE_0 The FSTORE_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FSTORE_1 The FSTORE_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FSTORE_2 The FSTORE_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FSTORE_3 The FSTORE_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
FSUB The FSUB operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc4.html .
GETFIELD The GETFIELD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc5.html .
GETSTATIC The GETSTATIC operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc5.html .
GOTO The GOTO operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc5.html .
GOTOW The GOTOW operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc5.html .
I2B The I2B operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
I2C The I2C operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
I2D The I2B operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
I2F The I2F operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
I2L The I2L operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
I2S The I2S operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IADD The IADD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IALOAD The IALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IAND The IAND operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IASTORE The IASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ICONST_0 The ICONST_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ICONST_1 The ICONST_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ICONST_2 The ICONST_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ICONST_3 The ICONST_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ICONST_4 The ICONST_4 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ICONST_5 The ICONST_5 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ICONST_m1 The ICONST_M1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IDIV The IDIV operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ACMPEQ The IF_ACMPEQ operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ACMPNE The IF_ACMPNE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ICMPEQ The IF_ICMPEQ operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ICMPGE The IF_ICMPGE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ICMPGT The IF_ICMPGT operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ICMPLE The IF_ICMPLE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ICMPLT The IF_ICMPLT operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IF_ICMPNE The IF_ICMPNE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFEQ The IFEQ operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFGE The IFGE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFGT The IFGT operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFLE The IFLE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFLT The IFLT operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFNE The IFNE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFNONNULL The IFNONNULL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IFNULL The IFNULL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IINC The IINC operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ILOAD The ILOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ILOAD_0 The ILOAD_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ILOAD_1 The ILOAD_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ILOAD_2 The ILOAD_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ILOAD_3 The ILOAD_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IMUL The IMUL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
INEG The INEG operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
INSTANCEOF The INSTANCEOF operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
InterpreterFactory A InterpreterFactory
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
INVOKEINTERFACE The INVOKEINTERFACE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
InvokeOperation A Operation
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
INVOKESPECIAL The INVOKESPECIAL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
INVOKESTATIC The INVOKESTATIC operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
INVOKEVIRTUAL The INVOKEVIRTUAL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IOR The IOR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IREM The IREM operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IRETURN The IRETURN operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISHL The ISHL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISHR The ISHR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISTORE The ISTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISTORE_0 The ISTORE_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISTORE_1 The ISTORE_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISTORE_2 The ISTORE_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISTORE_3 The ISTORE_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
ISUB The ISUB operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IUSHR The IUSHR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
IXOR The IXOR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
JSR The JSR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc7.html .
JSR_W The JSR_W operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc7.html .
JumpOperation The JumpOperation is an abstract class for all operations which return an offset value to jump to a bytecode statement.
L2D The L2D operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
L2F The L2F operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
L2I The L2I operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LADD The LADD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LALOAD The LALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LAND The LAND operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LASTORE The LASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LCMP The LCMP operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LCONST_0 The LCONST_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LCONST_1 The LCONST_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LDC The LDC operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LDC_W The LDC_W operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LDC2_W The LDC2_W operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LDIV The LDIV operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LLOAD The LLOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LLOAD_0 The LLOAD_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LLOAD_1 The LLOAD_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LLOAD_2 The LLOAD_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LLOAD_3 The LLOAD_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LMUL The LMUL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LNEG The LNEG operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LOOKUPSWITCH The LOOKUPSWITCH operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LOR The LOR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LREM The LREM operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LRETURN The LRETURN operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSHL The LSHL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSHR The LSHR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSTORE The LSTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSTORE_0 The LSTORE_0 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSTORE_1 The LSTORE_1 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSTORE_2 The LSTORE_2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSTORE_3 The LSTORE_3 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LSUB The LSUB operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LUSHR The LUSHR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
LXOR The LXOR operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc8.html .
MONITORENTER The MONITORENTER operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc9.html .
MONITOREXIT The MONITORENTER operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc9.html .
MULTIANEWARRAY The MULTINEWARRAY operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc9.html .
NEW The NEW operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc10.html .
NEW.UninitializedInstance holder class for "to-be-constructed" instances
NEWARRAY The NEWARRAY operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc10.html .
NOP The NOP operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc10.html .
POP The POP operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc11.html .
POP2 The POP2 operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc11.html .
PUTFIELD The PUTFIELD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc11.html .
PUTSTATIC The PUTSTATIC operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc11.html .
RET The RET operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc12.html .
RETURN The RETURN operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc12.html .
ReturnOperation The ReturnOperation is an abstract class for all operations which do return any value.
SALOAD The SALOAD operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc13.html .
SASTORE The SASTORE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc13.html .
SIPUSH The SIPUSH operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc13.html .
SWAP The SWAP operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc13.html .
TABLESWITCH The TABLESWITCH operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc14.html .
VoidOperation The VoidOperation is an abstract class for all operations which do not return any value.
WIDE The WIDE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc15.html .
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.