public class Len extends UnaryValueExpression
UnaryValueExpression that represents the sizes (in bytes) of all
OptionalValues returned by evaluating its operand.operand| Constructor and Description |
|---|
Len(ValueExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
OptionalValue |
eval(Value value,
Environment environment,
Encoding encoding) |
eval, toStringpublic Len(ValueExpression operand)
public OptionalValue eval(Value value, Environment environment, Encoding encoding)
eval in class UnaryValueExpressionCopyright © 2017. All rights reserved.