| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino Java compiler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionEvaluator.cook(Parser... parsers) |
void |
ScriptEvaluator.cook(Parser[] parsers) |
protected void |
ScriptEvaluator.makeStatements(int idx,
Parser parser,
List<Java.BlockStatement> resultStatements,
List<Java.MethodDeclarator> resultMethods)
Parses statements from the parser until end-of-input.
|
Copyright © 2022. All rights reserved.