| Package | Description |
|---|---|
| gw.internal.gosu.parser | |
| gw.internal.gosu.parser.expressions |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParamValueLiteral |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2016. All rights reserved.