Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.tools |
Auxiliary command line tools related to JANINO.
|
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 java.util.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 java.util.List<Java.BlockStatement> |
ExpressionEvaluator.makeStatements(int idx,
Parser parser) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
JGrep.readIdentifierPattern(Parser p) |