Class NewStatement

All Implemented Interfaces:
IHasArguments, IParsedElement, IStatement, INewStatement

public final class NewStatement extends Statement implements INewStatement
Represents a method-call statement as specified in the Gosu grammar:
new-statement
  <new-expression>]

See Also: