Uses of Class
gw.internal.gosu.parser.expressions.TypeAsExpression
-
Packages that use TypeAsExpression Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions -
-
Uses of TypeAsExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type TypeAsExpression Modifier and Type Method Description protected void
ParserBase. setLocationForImplicitTypeAs(Expression expressionToCoerce, TypeAsExpression tas)
-
Uses of TypeAsExpression in gw.internal.gosu.parser.expressions
Subclasses of TypeAsExpression in gw.internal.gosu.parser.expressions Modifier and Type Class Description class
ImplicitTypeAsExpression
An empty subtype of TypeAsExpression to indicate that this is an implicitly done coercion
-