public class LitExpression extends Expression
| Constructor and Description |
|---|
LitExpression(java.lang.Object value,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType() |
java.lang.Object |
getValue() |
createLHSExpression, createRHSExpressionpublic LitExpression(java.lang.Object value,
DataType dataType)
public java.lang.Object getValue()
public DataType getDataType()
getDataType in class Expression