public abstract class RowExpression extends Object
| Constructor and Description |
|---|
RowExpression() |
| Modifier and Type | Method and Description |
|---|---|
abstract <R,C> R |
accept(RowExpressionVisitor<R,C> visitor,
C context) |
abstract boolean |
equals(Object other) |
abstract Type |
getType() |
abstract int |
hashCode() |
abstract String |
toString() |
public abstract Type getType()
public abstract <R,C> R accept(RowExpressionVisitor<R,C> visitor, C context)
Copyright © 2012–2019. All rights reserved.