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.Statement
execute
in interface Jasic.Statement
Copyright © 2014. All Rights Reserved.