public class ArrayValue extends Object implements Value
| Constructor and Description |
|---|
ArrayValue(Object[] value,
QToken token) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue() |
RLSupplier |
getEval() |
long |
getLongValue() |
String |
getStringValue() |
QToken |
getToken() |
Object |
getValue() |
boolean |
isEmpty() |
Value |
negate() |
long |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArrayValue, isArray, isDouble, isLong, isString, isTruegetErrorStringpublic QToken getToken()
public double getDoubleValue()
getDoubleValue in interface Valuepublic long getLongValue()
getLongValue in interface Valuepublic String getStringValue()
getStringValue in interface Valuepublic long size()
public RLSupplier getEval()
Copyright © 2020. All rights reserved.