public class WhereClause extends Clause
Modifier and Type | Field and Description |
---|---|
Expression |
predicate |
Constructor and Description |
---|
WhereClause() |
WhereClause(Expression predicate) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public final Expression predicate
public WhereClause()
public WhereClause(Expression predicate)
Copyright © 2018 Nuxeo. All rights reserved.