protected static class IntegerBoundsChecker.LocalBound extends IntegerBoundsChecker.Bound
IntegerBoundsChecker.Bound.Type| Modifier and Type | Field and Description |
|---|---|
protected polyglot.types.LocalInstance |
li |
| Constructor and Description |
|---|
LocalBound(IntegerBoundsChecker.Bound.Type type,
polyglot.types.LocalInstance bound) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
IntegerBoundsChecker.Bound |
strict(boolean strict) |
java.lang.String |
toString() |
public LocalBound(IntegerBoundsChecker.Bound.Type type, polyglot.types.LocalInstance bound)
public IntegerBoundsChecker.Bound strict(boolean strict)
strict in class IntegerBoundsChecker.Boundpublic boolean equals(java.lang.Object o)
equals in class IntegerBoundsChecker.Boundpublic int hashCode()
hashCode in class IntegerBoundsChecker.Boundpublic java.lang.String toString()
toString in class IntegerBoundsChecker.Bound