Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Interface and Description |
---|---|
interface |
DoWhile
Statement subinterface for the do while construct. |
interface |
ElseIf
Statement subinterface for the else if construct in an
if . |
interface |
For
Statement subinterface for the for construct. |
interface |
If
Statement subinterface for the if, else if,
else construct. |
interface |
Switch
Statement subinterface for the switch construct. |
interface |
While
Statement subinterface for the while construct. |
Modifier and Type | Method and Description |
---|---|
ConditionalStatement |
ConditionalStatement.setPredicate(Expression expr)
Sets the expression for this condition.
|
Copyright © 2000–2018 jenesis4java. All rights reserved.