public abstract class QueryBody extends Relation
| Constructor and Description |
|---|
QueryBody() |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
abstract boolean |
equals(java.lang.Object obj) |
abstract int |
hashCode() |
abstract java.lang.String |
toString() |
public <R,C> R accept(AstVisitor<R,C> visitor, C context)