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.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