Package org.joni
Class Region
- java.lang.Object
-
- org.joni.Region
-
public final class Region extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int[]begint[]endCaptureTreeNodehistoryRootintnumRegs(package private) static intREGION_NOTPOS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidclear()Regionclone()(package private) CaptureTreeNodegetCaptureTree()java.lang.StringtoString()
-
-
-
Field Detail
-
REGION_NOTPOS
static final int REGION_NOTPOS
- See Also:
- Constant Field Values
-
numRegs
public final int numRegs
-
beg
public final int[] beg
-
end
public final int[] end
-
historyRoot
public CaptureTreeNode historyRoot
-
-
Method Detail
-
clone
public Region clone()
- Overrides:
clonein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getCaptureTree
CaptureTreeNode getCaptureTree()
-
clear
void clear()
-
-