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