| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.BinaryOperation
Representation of all non-operand-modifying binary operations.
|
static class |
Java.UnaryOperation
Representation of a JLS7 15.15.3 "unary plus operator", a JLS7 15.15.4 "unary minus operator", a JLS7 15.15.5
"bitwise complement operator" or a JLS7 15.15.6 "logical complement operator".
|
| Modifier and Type | Method and Description |
|---|---|
void |
Traverser.traverseBooleanRvalue(Java.BooleanRvalue brv) |
void |
AbstractTraverser.traverseBooleanRvalue(Java.BooleanRvalue brv) |
Copyright © 2019. All rights reserved.