Class ThrowStatement

All Implemented Interfaces:
IParsedElement, IStatement, ITerminalStatement, IThrowStatement

public final class ThrowStatement extends TerminalStatement implements IThrowStatement
Represents a throw-statement as specified in the Gosu grammar:
 throw-statement
   throw <expression>
 

See Also: