|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Expression
A base expression
| Method Summary | |
|---|---|
Expression |
and(Expression expr)
Concatenates the given expression onto this expression using a logical 'and' operator. |
Expression |
group()
Places this expression within grouping operators and returns the grouped expression. |
Expression |
or(Expression expr)
Concatenates the given expression onto this expression using a logical 'or' operator. |
| Method Detail |
|---|
Expression and(Expression expr)
expr - the expression
Expression or(Expression expr)
expr - the expression
Expression group()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||