Uses of Interface
gw.lang.parser.expressions.ITypeAsExpression
-
Packages that use ITypeAsExpression Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser.expressions gw.lang.parser.expressions -
-
Uses of ITypeAsExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type ITypeAsExpression Modifier and Type Method Description static IRExpression
TypeAsTransformer. compile(TopLevelTransformationContext cc, ITypeAsExpression expr)
-
Uses of ITypeAsExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeAsExpression Modifier and Type Class Description class
ImplicitTypeAsExpression
An empty subtype of TypeAsExpression to indicate that this is an implicitly done coercionclass
TypeAsExpression
Represents a typeas expression in the Gosu grammar: -
Uses of ITypeAsExpression in gw.lang.parser.expressions
Subinterfaces of ITypeAsExpression in gw.lang.parser.expressions Modifier and Type Interface Description interface
IImplicitTypeAsExpression
-