Class DoWhileStatement

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

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

See Also:
  • Field Details

  • Constructor Details

    • DoWhileStatement

      public DoWhileStatement()
  • Method Details