public interface LiteralExpression extends CommonExpression
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".
getEdmType, getKind, getUriLiteral, setEdmType
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.