Package | Description |
---|---|
jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
Modifier and Type | Method and Description |
---|---|
static Assignment |
Assignment.build(ILeftExpression left,
IExpression right)
Create a new assignment.
|