| Package | Description |
|---|---|
| jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Predicate
This AST element is used to represent predicates.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.build(IExpression left,
Operator operator,
IExpression right)
Create an expression.
|