Interface LiteralExpression

All Superinterfaces:
CommonExpression, Visitable
All Known Implementing Classes:
LiteralExpressionImpl

public interface LiteralExpression extends CommonExpression
Represents a literal expression node in the expression tree

A literal expression node is inserted in the expression tree for any token witch is no valid operator, method or property.

For example the filter "$filter=age eq 12" will result in an expression tree with a literal expression node for "12".