Package | Description |
---|---|
jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
Modifier and Type | Method and Description |
---|---|
static Call |
Call.build(Method m,
boolean is_super,
java.util.List<IExpression> arguments)
Create a call element.
|