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.Bound
public boolean equals(java.lang.Object o)
equals
in class IntegerBoundsChecker.Bound
public int hashCode()
hashCode
in class IntegerBoundsChecker.Bound
public java.lang.String toString()
toString
in class IntegerBoundsChecker.Bound