Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptEvaluator.cook(Parser[] parsers) |
protected Java.CompilationUnit |
ClassBodyEvaluator.makeCompilationUnit(Parser optionalParser)
Create a
Java.CompilationUnit , set the default imports, and parse the import declarations. |
protected List<Java.BlockStatement> |
ScriptEvaluator.makeStatements(int idx,
Parser parser)
Fills the given
block by parsing statements until EOF and adding them to the block. |
protected List<Java.BlockStatement> |
ExpressionEvaluator.makeStatements(int idx,
Parser parser) |
Copyright © 2001–2016. All rights reserved.