kmy.jint.gen
Class JVMClassGenerator.TuneJump

java.lang.Object
  |
  +--kmy.jint.gen.JVMClassGenerator.TuneJump
Enclosing class:
JVMClassGenerator

static class JVMClassGenerator.TuneJump
extends java.lang.Object


Field Summary
(package private)  int instrPC
           
(package private)  int storePC
           
(package private)  JVMClassGenerator.Label target
           
 
Constructor Summary
(package private) JVMClassGenerator.TuneJump(int iPC, int sPC, JVMClassGenerator.Label t)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

instrPC

int instrPC

storePC

int storePC

target

JVMClassGenerator.Label target
Constructor Detail

JVMClassGenerator.TuneJump

JVMClassGenerator.TuneJump(int iPC,
                           int sPC,
                           JVMClassGenerator.Label t)