public final class ConstantExpression extends RowExpression
| Constructor and Description |
|---|
ConstantExpression(Object value,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(RowExpressionVisitor<R,C> visitor,
C context) |
boolean |
equals(Object obj) |
Type |
getType() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
public Object getValue()
public Type getType()
getType in class RowExpressionpublic String toString()
toString in class RowExpressionpublic int hashCode()
hashCode in class RowExpressionpublic boolean equals(Object obj)
equals in class RowExpressionpublic <R,C> R accept(RowExpressionVisitor<R,C> visitor, C context)
accept in class RowExpressionCopyright © 2012–2019. All rights reserved.