Uses of Interface
gw.lang.parser.ICustomExpressionRuntime
-
Packages that use ICustomExpressionRuntime Package Description gw.internal.gosu.ir.transform -
-
Uses of ICustomExpressionRuntime in gw.internal.gosu.ir.transform
Fields in gw.internal.gosu.ir.transform with type parameters of type ICustomExpressionRuntime Modifier and Type Field Description static Map<String,ICustomExpressionRuntime>
AbstractElementTransformer. CUSTOM_RUNTIMES
Methods in gw.internal.gosu.ir.transform that return ICustomExpressionRuntime Modifier and Type Method Description static ICustomExpressionRuntime
AbstractElementTransformer. getCustomRuntime(String id, IType enclosingClass)
Methods in gw.internal.gosu.ir.transform with parameters of type ICustomExpressionRuntime Modifier and Type Method Description protected IRExpression
AbstractElementTransformer. handleCustomExpressionRuntime(ICustomExpressionRuntime customRuntime, IType expectedType)
-