Package | Description |
---|---|
org.codehaus.janino |
The core of the Janino Java compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Java.DoStatement
Representation of a JLS7 14.13 DO statement.
|
static class |
Java.ForEachStatement
Representation of a JLS7 14.14.2 "enhanced FOR statement".
|
static class |
Java.ForStatement
Representation of a JLS7 14.14.1 "basic FOR statement".
|
static class |
Java.WhileStatement
Representation of the JLS7 14.2 WHILE statement.
|
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseContinuableStatement(Java.ContinuableStatement cs) |
void |
AbstractTraverser.traverseContinuableStatement(Java.ContinuableStatement cs) |
Copyright © 2021. All rights reserved.