public final class StringLiteralFactory extends ExpressionFactory
StringLiteralFactory
is responsible to parse a sub-query starting with a single quote.StringLiteral
Modifier and Type | Field and Description |
---|---|
static String |
ID
The unique identifier of this
StringLiteralFactory . |
Constructor and Description |
---|
StringLiteralFactory()
Creates a new
StringLiteralFactory . |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
public static final String ID
StringLiteralFactory
.