Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Method and Description |
---|---|
private void |
UnitCompiler.buildLocalVariableMap(Java.WhileStatement ws,
java.util.Map<java.lang.String,Java.LocalVariable> localVars) |
private boolean |
UnitCompiler.compile2(Java.WhileStatement ws) |
void |
Visitor.BlockStatementVisitor.visitWhileStatement(Java.WhileStatement ws)
Invoked by
accept(Visitor.BlockStatementVisitor) |
void |
UnparseVisitor.visitWhileStatement(Java.WhileStatement ws) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseWhileStatement(Java.WhileStatement ws) |