|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.jvm.Code.Chain
public static class Code.Chain
A chain represents a list of unresolved jumps. Jump locations are sorted in decreasing order.
| Field Summary | |
|---|---|
Code.Chain |
next
The next jump in the list. |
int |
pc
The position of the jump instruction. |
(package private) Code.State |
state
The machine state after the jump instruction. |
| Constructor Summary | |
|---|---|
Code.Chain(int pc,
Code.Chain next,
Code.State state)
Construct a chain from its jump position, stacksize, previous chain, and machine state. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int pc
Code.State state
public final Code.Chain next
| Constructor Detail |
|---|
public Code.Chain(int pc,
Code.Chain next,
Code.State state)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||