class |
BlockLiteral |
Represents a Block literal expression as defined in the Gosu grammar.
|
class |
BooleanLiteral |
A literal expression for Boolean values.
|
class |
CharLiteral |
Represents a String literal expression as defined in the Gosu grammar.
|
class |
CompoundTypeLiteral |
|
class |
InferredTypeLiteral |
|
class |
InterfaceTypeLiteral |
|
class |
NotAWordExpression |
|
class |
NullExpression |
An expression representing a 'null' expression i.e., the null keyword.
|
class |
NumericLiteral |
An expression representing number literals as defined in the Gosu grammar.
|
class |
StringLiteral |
Represents a String literal expression as defined in the Gosu grammar.
|
class |
TypeLiteral |
Represents a Type literal expression as defined in the Gosu grammar.
|