public class SingleRegion extends Region
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
beg |
(package private) int |
end |
historyRoot, REGION_NOTPOS| Constructor and Description |
|---|
SingleRegion(int num) |
SingleRegion(int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
clear() |
SingleRegion |
clone() |
int |
getBeg(int index) |
int |
getEnd(int index) |
int |
getNumRegs() |
int |
setBeg(int index,
int value) |
int |
setEnd(int index,
int value) |
getCaptureTree, newRegion, newRegion, setCaptureTree, toStringpublic SingleRegion(int num)
public SingleRegion(int begin,
int end)
public int getNumRegs()
getNumRegs in class Regionpublic SingleRegion clone()