java.lang.ObjectA chain represents a list of unresolved jumps. Jump locations are sorted in decreasing order.com.sun.tools.javac.jvm.Code$Chain
Field Summary | ||
---|---|---|
public final int | pc | The position of the jump instruction. |
State | state | The machine state after the jump instruction. Invariant: all elements of a chain list have the same stacksize and compatible stack and register contents. |
public final Chain | next | The next jump in the list. |
Constructor: |
---|
|
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |