protected static class IntegerBoundsChecker.ArrayLengthBound extends IntegerBoundsChecker.Bound
IntegerBoundsChecker.Bound.Type| Modifier and Type | Field and Description |
|---|---|
protected polyglot.types.LocalInstance |
array
A local instance of array type.
|
| Constructor and Description |
|---|
ArrayLengthBound(IntegerBoundsChecker.Bound.Type type,
polyglot.types.LocalInstance array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
IntegerBoundsChecker.Bound |
strict(boolean strict) |
java.lang.String |
toString() |
protected final polyglot.types.LocalInstance array
public ArrayLengthBound(IntegerBoundsChecker.Bound.Type type, polyglot.types.LocalInstance array)
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