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.compile2(Java.Crement c) |
private IClass |
UnitCompiler.compileGet2(Java.Crement c) |
private void |
UnitCompiler.compileLocalVariableCrement(Java.Crement c,
Java.LocalVariable lv) |
private IClass |
UnitCompiler.getType2(Java.Crement c) |
(package private) Java.LocalVariable |
UnitCompiler.isIntLv(Java.Crement c)
Checks whether the operand is an integer-like local variable.
|
void |
Visitor.RvalueVisitor.visitCrement(Java.Crement c)
Invoked by
accept(Visitor.RvalueVisitor) |
void |
UnparseVisitor.visitCrement(Java.Crement c) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseCrement(Java.Crement c) |