|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.jvm.CRTable.CRTEntry
static class CRTable.CRTEntry
This class contains a CharacterRangeTableEntry.
| Field Summary | |
|---|---|
(package private) int |
endPc
The ending code position of this entry. |
(package private) int |
flags
The flags described in the CharacterRangeTable spec. |
(package private) int |
startPc
The starting code position of this entry. |
(package private) java.lang.Object |
tree
A tree or a list of trees to obtain source positions. |
| Constructor Summary | |
|---|---|
CRTable.CRTEntry(java.lang.Object tree,
int flags,
int startPc,
int endPc)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.Object tree
int flags
int startPc
int endPc
| Constructor Detail |
|---|
CRTable.CRTEntry(java.lang.Object tree,
int flags,
int startPc,
int endPc)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||