|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joni.Region
public final class Region
| Field Summary | |
|---|---|
int[] |
beg
|
int[] |
end
|
CaptureTreeNode |
historyRoot
|
int |
numRegs
|
| Constructor Summary | |
|---|---|
Region(int num)
|
|
Region(int begin,
int end)
|
|
| Method Summary | |
|---|---|
Region |
clone()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int numRegs
public final int[] beg
public final int[] end
public CaptureTreeNode historyRoot
| Constructor Detail |
|---|
public Region(int num)
public Region(int begin,
int end)
| Method Detail |
|---|
public Region clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||