public class Literal extends Object implements ComparableExpression
| Constructor and Description |
|---|
Literal(Object value)
Creates a new Literal
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getValue() |
String |
getVariable()
Returns null since this does not reference a variable
|
int |
hashCode() |
String |
toString() |
public Literal(Object value)
value - literal valuepublic Object getValue()
public String getVariable()
getVariable in interface ComparableExpressionCopyright © 2017. All rights reserved.