Uses of Class
org.codehaus.janino.Parser
-
Packages that use Parser Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Parser in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Parser Modifier and Type Method Description void
ScriptEvaluator. cook(Parser[] parsers)
protected Java.CompilationUnit
ClassBodyEvaluator. makeCompilationUnit(Parser optionalParser)
Create aJava.CompilationUnit
, set the default imports, and parse the import declarations.protected List<Java.BlockStatement>
ExpressionEvaluator. makeStatements(int idx, Parser parser)
protected List<Java.BlockStatement>
ScriptEvaluator. makeStatements(int idx, Parser parser)
Fills the givenblock
by parsing statements until EOF and adding them to the block.
-