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.ParenthesizedExpression pe) |
private void |
UnitCompiler.compileBoolean2(Java.ParenthesizedExpression pe,
CodeContext.Offset dst,
boolean orientation) |
private int |
UnitCompiler.compileContext2(Java.ParenthesizedExpression pe) |
private IClass |
UnitCompiler.compileGet2(Java.ParenthesizedExpression pe) |
private void |
UnitCompiler.compileSet2(Java.ParenthesizedExpression pe) |
private java.lang.Object |
UnitCompiler.getConstantValue2(Java.ParenthesizedExpression pe) |
private java.lang.Object |
UnitCompiler.getNegatedConstantValue2(Java.ParenthesizedExpression pe) |
private IClass |
UnitCompiler.getType2(Java.ParenthesizedExpression pe) |
void |
Visitor.LvalueVisitor.visitParenthesizedExpression(Java.ParenthesizedExpression pe)
Invoked by
accept(Visitor.LvalueVisitor) |
void |
UnparseVisitor.visitParenthesizedExpression(Java.ParenthesizedExpression pe) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseParenthesizedExpression(Java.ParenthesizedExpression pe) |