| Package | Description |
|---|---|
| gw.internal.gosu.parser.statements |
| Modifier and Type | Class and Description |
|---|---|
class |
BreakStatement
Represents a break statement as specified in the Gosu grammar:
|
class |
ContinueStatement
Represents a continue statement as specified in the Gosu grammar:
|
class |
ReturnStatement
Represents a return statement as specified in the Gosu grammar:
|
class |
ThrowStatement
Represents a throw-statement as specified in the Gosu grammar:
|
Copyright © 2020. All rights reserved.