net.sourceforge.plantuml.jasic
Class Jasic.AssignStatement
java.lang.Object
net.sourceforge.plantuml.jasic.Jasic.AssignStatement
- All Implemented Interfaces:
- Jasic.Statement
- Enclosing class:
- Jasic
public class Jasic.AssignStatement
- extends Object
- implements Jasic.Statement
An assignment statement evaluates an expression and stores the result in
a variable.
Method Summary |
void |
execute()
Statements implement this to actually perform whatever behavior the
statement causes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jasic.AssignStatement
public Jasic.AssignStatement(String name,
Jasic.Expression value)
execute
public void execute()
- Description copied from interface:
Jasic.Statement
- Statements implement this to actually perform whatever behavior the
statement causes. "print" statements will display text here, "goto"
statements will change the current statement, etc.
- Specified by:
execute
in interface Jasic.Statement
Copyright © 2012. All Rights Reserved.