Uses of Class
org.codehaus.janino.Java.ContinuableStatement
Packages that use Java.ContinuableStatement
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.ContinuableStatement in org.codehaus.janino
Subclasses of Java.ContinuableStatement in org.codehaus.janinoModifier and TypeClassDescriptionstatic final class
Representation of a JLS7 14.13 DO statement.static final class
Representation of a JLS7 14.14.2 "enhanced FOR statement".static final class
Representation of a JLS7 14.14.1 "basic FOR statement".static final class
Representation of the JLS7 14.2 WHILE statement.Methods in org.codehaus.janino with parameters of type Java.ContinuableStatementModifier and TypeMethodDescriptionprivate boolean
UnitCompiler.compileUnconditionalLoop
(Java.ContinuableStatement cs, Java.BlockStatement body, Java.Rvalue[] update) private boolean
UnitCompiler.compileUnconditionalLoopWithUpdate
(Java.ContinuableStatement cs, Java.BlockStatement body, Java.Rvalue[] update) -
Uses of Java.ContinuableStatement in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.ContinuableStatementModifier and TypeMethodDescriptionvoid
AbstractTraverser.traverseContinuableStatement
(Java.ContinuableStatement cs) void
Traverser.traverseContinuableStatement
(Java.ContinuableStatement cs)