Uses of Class
nl.tudelft.simulation.dsol.interpreter.Operation

Packages that use Operation
nl.tudelft.simulation.dsol.interpreter   
nl.tudelft.simulation.dsol.interpreter.classfile   
nl.tudelft.simulation.dsol.interpreter.operations   
nl.tudelft.simulation.dsol.interpreter.operations.custom   
nl.tudelft.simulation.dsol.interpreter.operations.reflection   
nl.tudelft.simulation.dsol.interpreter.process   
 

Uses of Operation in nl.tudelft.simulation.dsol.interpreter
 

Methods in nl.tudelft.simulation.dsol.interpreter that return Operation
 Operation[] Frame.getOperations()
           
 

Methods in nl.tudelft.simulation.dsol.interpreter with parameters of type Operation
static Frame Interpreter.aThrow(Operation operation, Frame frame, Stack frameStack)
          throws an exception
static String Operation.toString(MethodDescriptor methodDescriptor, Operation[] operations)
          represents a set of operations as string.
 

Constructors in nl.tudelft.simulation.dsol.interpreter with parameters of type Operation
Frame(Constant[] constantPool, LocalVariable[] localVariables, Operation[] operations, OperandStack stack, MethodDescriptor methodDescriptor)
          constructs a new Frame
 

Uses of Operation in nl.tudelft.simulation.dsol.interpreter.classfile
 

Methods in nl.tudelft.simulation.dsol.interpreter.classfile that return Operation
 Operation MethodDescriptor.getOperation(int bytePosition)
          returns the operation at bytePosition
 Operation[] MethodDescriptor.getOperations()
          returns the operations of the method.
 

Uses of Operation in nl.tudelft.simulation.dsol.interpreter.operations
 

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

Methods in nl.tudelft.simulation.dsol.interpreter.operations that return Operation
 Operation WIDE.getTarget()
           
 Operation InterpreterFactory.readOperation(DataInput dataInput, int startBytePosition)
           
 Operation FactoryInterface.readOperation(DataInput dataInput, int startBytePosition)
          resolves an operation for an operandCode
 Operation InterpreterFactory.readOperation(int operand, DataInput dataInput, int startBytePositon)
           
 Operation FactoryInterface.readOperation(int operand, DataInput dataInput, int startBytePosition)
          resolves an operation for an operandCode
 

Uses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.custom
 

Subclasses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.custom
 class CUSTOMINVOKEINTERFACE
          The CUSTOMINVOKEINTERFACE operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
 class CUSTOMINVOKESPECIAL
          The CUSTOMINVOKESPECIAL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
 class CUSTOMINVOKESTATIC
          The CUSTOMINVOKESTATIC operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
 class CUSTOMINVOKEVIRTUAL
          The CUSTOMINVOKEVIRTUAL operation as defined in http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc6.html .
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations.custom that return Operation
 Operation CustomFactory.readOperation(int operand, DataInput dataInput, int startBytePostion)
           
 

Uses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.reflection
 

Subclasses of Operation in nl.tudelft.simulation.dsol.interpreter.operations.reflection
 class INVOKEINTERFACE
          INVOKEINTERFACE
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 class INVOKESPECIAL
          INVOKESPECIAL
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 class INVOKESTATIC
          INVOKESTATIC
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 class INVOKEVIRTUAL
          INVOKEVIRTUAL
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 

Methods in nl.tudelft.simulation.dsol.interpreter.operations.reflection that return Operation
 Operation ReflectionFactory.readOperation(int operand, DataInput dataInput, int startBytePostion)
           
 

Uses of Operation in nl.tudelft.simulation.dsol.interpreter.process
 

Subclasses of Operation in nl.tudelft.simulation.dsol.interpreter.process
 class PROCESSINVOKESPECIAL
          PROCESSINVOKEVIRTUAL
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 class PROCESSINVOKEVIRTUAL
          PROCESSINVOKEVIRTUAL
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 

Methods in nl.tudelft.simulation.dsol.interpreter.process that return Operation
 Operation ProcessFactory.readOperation(int operand, DataInput dataInput, int startBytePostion)
          reads a sequence of bytes and returns the appropriate bytecode operations.
 



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