Uses of Interface
gw.lang.parser.expressions.ITypeOfExpression
-
Packages that use ITypeOfExpression Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser.expressions -
-
Uses of ITypeOfExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type ITypeOfExpression Modifier and Type Method Description static IRExpression
TypeOfTransformer. compile(TopLevelTransformationContext cc, ITypeOfExpression expr)
-
Uses of ITypeOfExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeOfExpression Modifier and Type Class Description class
TypeOfExpression
Represents a TypeOf expression as defined in the Gosu grammar.
-