public class Jasic.AssignStatement extends java.lang.Object implements Jasic.Statement
Constructor and Description |
---|
AssignStatement(java.lang.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(java.lang.String name, Jasic.Expression value)
public void execute()
Jasic.Statement
execute
in interface Jasic.Statement