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.org.codehaus.janino.tools Auxiliary command line tools related to JANINO. -
-
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 java.util.List<Java.BlockStatement>
ExpressionEvaluator. makeStatements(int idx, Parser parser)
protected java.util.List<Java.BlockStatement>
ScriptEvaluator. makeStatements(int idx, Parser parser)
Fills the givenblock
by parsing statements until EOF and adding them to the block. -
Uses of Parser in org.codehaus.janino.tools
Methods in org.codehaus.janino.tools with parameters of type Parser Modifier and Type Method Description private static java.lang.String
JGrep. readIdentifierPattern(Parser p)
-