public class NameRef extends Object implements ValueExpression
ValueExpression that represents all
Values in the parse state
that match the provided name.
A matching name can be both a full name or a partial name. A matching
partial name means that any leading part of its scope is omitted. For
example, the name "thud.blat":
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<OptionalValue> |
eval(Environment environment,
Encoding encoding) |
String |
toString() |
public final String name
public NameRef(String name)
public ImmutableList<OptionalValue> eval(Environment environment, Encoding encoding)
eval in interface ValueExpressionCopyright © 2017. All rights reserved.