public interface Expression extends Term
| Modifier and Type | Method and Description |
|---|---|
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.
|
Expression and(Expression expr)
expr - the expressionExpression or(Expression expr)
expr - the expressionExpression group()
Copyright © 2017. All rights reserved.