Class StaticTypeOfExpression

java.lang.Object
gw.internal.gosu.parser.ParsedElement
gw.internal.gosu.parser.Expression
gw.internal.gosu.parser.expressions.StaticTypeOfExpression
All Implemented Interfaces:
IStaticTypeOfExpression, IExpression, IHasType, IParsedElement

public final class StaticTypeOfExpression extends Expression implements IStaticTypeOfExpression
Represents a StaticTypeOf expression as defined in the Gosu grammar.
See Also: