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 java.util.Map<java.lang.String,ICustomExpressionRuntime>AbstractElementTransformer. CUSTOM_RUNTIMESMethods in gw.internal.gosu.ir.transform that return ICustomExpressionRuntime Modifier and Type Method Description static ICustomExpressionRuntimeAbstractElementTransformer. getCustomRuntime(java.lang.String id, IType enclosingClass)Methods in gw.internal.gosu.ir.transform with parameters of type ICustomExpressionRuntime Modifier and Type Method Description protected IRExpressionAbstractElementTransformer. handleCustomExpressionRuntime(ICustomExpressionRuntime customRuntime, IType expectedType)
-