Class WhileStatement

All Implemented Interfaces:
IParsedElement, IStatement, ILoopStatement, ITerminalStatement, IWhileStatement

public final class WhileStatement extends LoopStatement implements IWhileStatement
Represents an while-statement as specified in the Gosu grammar:
while-statement
  while ( <expression> ) <statement>

See Also:
  • Field Details

  • Constructor Details

    • WhileStatement

      public WhileStatement()
  • Method Details