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 IRExpressionTypeAsTransformer. compile(TopLevelTransformationContext cc, ITypeAsExpression expr)Constructors in gw.internal.gosu.ir.transform.expression with parameters of type ITypeAsExpression Constructor Description TypeAsTransformer(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 classImplicitTypeAsExpressionAn empty subtype of TypeAsExpression to indicate that this is an implicitly done coercionclassTypeAsExpressionRepresents 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 interfaceIImplicitTypeAsExpression
-