|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.jvm.CRTable.SourceRange
static class CRTable.SourceRange
This class contains source positions for some tree or list of trees.
| Field Summary | |
|---|---|
(package private) int |
endPos
The ending source position. |
(package private) int |
startPos
The starting source position. |
| Constructor Summary | |
|---|---|
CRTable.SourceRange()
Constructor |
|
CRTable.SourceRange(int startPos,
int endPos)
Constructor |
|
| Method Summary | |
|---|---|
(package private) CRTable.SourceRange |
mergeWith(CRTable.SourceRange sr)
Compare the starting and the ending positions of the source range and combines them assigning the widest range to this. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int startPos
int endPos
| Constructor Detail |
|---|
CRTable.SourceRange()
CRTable.SourceRange(int startPos,
int endPos)
| Method Detail |
|---|
CRTable.SourceRange mergeWith(CRTable.SourceRange sr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||