public static final class CompilationResult.JumpTable extends CompilationResult.CodeAnnotation
tableswitch
JVM instruction).
The table is indexed by the contiguous range of integers from low
to high
inclusive.Modifier and Type | Field and Description |
---|---|
int |
entrySize
The size (in bytes) of each table entry.
|
int |
high
The high value in the key range (inclusive).
|
int |
low
The low value in the key range (inclusive).
|
position
Constructor and Description |
---|
JumpTable(int position,
int low,
int high,
int entrySize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
toString() |
hashCode
public final int low
public final int high
public final int entrySize
public JumpTable(int position, int low, int high, int entrySize)
public boolean equals(Object obj)
equals
in class CompilationResult.CodeAnnotation
public String toString()
toString
in class CompilationResult.CodeAnnotation