| Modifier and Type | Field and Description |
|---|---|
Code.Chain |
next
The next jump in the list.
|
int |
pc
The position of the jump instruction.
|
| Constructor and Description |
|---|
Chain(int pc,
Code.Chain next,
com.sun.tools.javac.jvm.Code.State state)
Construct a chain from its jump position, stacksize, previous
chain, and machine state.
|
public final int pc
public final Code.Chain next
public Chain(int pc,
Code.Chain next,
com.sun.tools.javac.jvm.Code.State state)
Copyright © 2017 earcam. All rights reserved.