public class Jasic.IfThenStatement extends Object implements Jasic.Statement
| Constructor and Description |
|---|
IfThenStatement(Jasic.Expression condition,
String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Statements implement this to actually perform whatever behavior the
statement causes.
|
public IfThenStatement(Jasic.Expression condition, String label)
public void execute()
Jasic.Statementexecute in interface Jasic.StatementCopyright © 2017. All rights reserved.