public class UnsizedArrayToken extends ArrayToken
ArrayToken
_depth, _elementType, NIL
Constructor and Description |
---|
UnsizedArrayToken(Type elementType)
Construct an empty array token with the given element type.
|
Modifier and Type | Method and Description |
---|---|
Type |
getType()
Return the type of this token.
|
java.lang.String |
toString()
Return the value of this token as a string that can be parsed
by the expression language to recover a token with the same value.
|
_add, _divide, _divideReverse, _isCloseTo, _isEqualTo, _modulo, _moduloReverse, _multiply, _subtract, _subtractReverse, add, addReverse, append, append, arrayTokenToUnsignedByteArray, arrayValue, contains, divide, divideReverse, elementAdd, elementDivide, elementModulo, elementMultiply, elementMultiplyReturnType, elementSubtract, equals, extract, getElement, getElementType, hashCode, isCloseTo, isNil, length, modulo, moduloReverse, multiply, multiplyReverse, one, reverse, subarray, subarray, subtract, subtractReverse, unsignedByteArrayToArrayToken, update, zero
isEqualTo, notSupportedDifferentClassesMessage
isCloseTo, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, pow, zeroReturnType
public UnsizedArrayToken(Type elementType)
elementType
- A token type.public Type getType()
getType
in class ArrayToken
public java.lang.String toString()
toString
in class ArrayToken