Uses of Interface
gw.lang.parser.ICustomExpressionRuntime
Packages that use ICustomExpressionRuntime
-
Uses of ICustomExpressionRuntime in gw.internal.gosu.ir.transform
Fields in gw.internal.gosu.ir.transform with type parameters of type ICustomExpressionRuntimeModifier and TypeFieldDescriptionstatic final Map<String,
ICustomExpressionRuntime> AbstractElementTransformer.CUSTOM_RUNTIMES
Methods in gw.internal.gosu.ir.transform that return ICustomExpressionRuntimeModifier and TypeMethodDescriptionstatic ICustomExpressionRuntime
AbstractElementTransformer.getCustomRuntime
(String id, IType enclosingClass) Methods in gw.internal.gosu.ir.transform with parameters of type ICustomExpressionRuntimeModifier and TypeMethodDescriptionprotected IRExpression
AbstractElementTransformer.handleCustomExpressionRuntime
(ICustomExpressionRuntime customRuntime, IType expectedType)