Class TypeLiteral

All Implemented Interfaces:
ILiteralExpression, ITypeLiteralExpression, IExpression, IHasType, IParsedElement, Cloneable
Direct Known Subclasses:
BlockLiteral, CompoundTypeLiteral, InferredTypeLiteral, InterfaceTypeLiteral

public class TypeLiteral extends Literal implements ITypeLiteralExpression
Represents a Type literal expression as defined in the Gosu grammar.
See Also: