public class Len extends UnaryValueExpression
UnaryValueExpression that represents the sizes (in bytes) of all
Values returned by evaluating its operand.operand| Constructor and Description |
|---|
Len(ValueExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Value> |
eval(Value value,
ParseState parseState,
Encoding encoding) |
equals, eval, hashCode, toStringpublic Len(ValueExpression operand)
public Optional<Value> eval(Value value, ParseState parseState, Encoding encoding)
eval in class UnaryValueExpressionCopyright © 2017. All rights reserved.