public static class ContextSensitiveMultiTypeState.Range extends Object
for(int i = left; i < right; i++) {} . A range with left equal to
right is an empty range.| Modifier and Type | Field and Description |
|---|---|
protected int |
right
An exclusive right end point.
|
| Modifier and Type | Method and Description |
|---|---|
int |
left() |
protected static ContextSensitiveMultiTypeState.Range |
range(int up,
int low) |
int |
right() |
String |
toString() |
protected static ContextSensitiveMultiTypeState.Range range(int up, int low)
public int left()
public int right()