public final class ResultVariableFactory extends ExpressionFactory
ResultVariableFactory
creates a new ResultVariable
when the portion of the
query to parse starts with or without AS.ResultVariable
Modifier and Type | Field and Description |
---|---|
static String |
ID
The unique identifier of this
ResultVariableFactory . |
Constructor and Description |
---|
ResultVariableFactory()
Creates a new
ResultVariableFactory . |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
public static final String ID
ResultVariableFactory
.