Class Jasic.InputStatement

java.lang.Object
net.sourceforge.plantuml.jasic.Jasic.InputStatement
All Implemented Interfaces:
Jasic.Statement
Enclosing class:
Jasic

public class Jasic.InputStatement extends Object implements Jasic.Statement
An "input" statement reads input from the user and stores it in a variable.
  • Constructor Details

    • InputStatement

      public InputStatement(String name)
  • Method Details

    • 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