Package net.sourceforge.plantuml.jasic
Interface Jasic.Statement
-
- All Known Implementing Classes:
Jasic.AssignStatement,Jasic.GotoStatement,Jasic.IfThenStatement,Jasic.InputStatement,Jasic.PrintStatement
- Enclosing class:
- Jasic
public static interface Jasic.StatementBase interface for a Jasic statement. The different supported statement types like "print" and "goto" implement this.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Statements implement this to actually perform whatever behavior the statement causes.
-