Uses of Interface
gw.lang.reflect.IMethodCallHandler
Packages that use IMethodCallHandler
-
Uses of IMethodCallHandler in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IMethodCallHandlerMethods in gw.internal.gosu.dynamic that return IMethodCallHandler -
Uses of IMethodCallHandler in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IMethodCallHandlerModifier and TypeClassDescription(package private) class
private class
private class
class
Handles Gosu->Java method call adaptationFields in gw.internal.gosu.parser declared as IMethodCallHandlerModifier and TypeFieldDescriptionprivate IMethodCallHandler
ArrayExpansionMethodInfo._callHandler
private IMethodCallHandler
GosuMethodInfo._callHandler
private IMethodCallHandler
JavaMethodInfo._callHandler
Methods in gw.internal.gosu.parser that return IMethodCallHandlerModifier and TypeMethodDescriptionArrayExpansionMethodInfo.getCallHandler()
ErrorTypeInfo.UniversalMethodInfo.getCallHandler()
GosuMethodInfo.getCallHandler()
JavaMethodInfo.getCallHandler()
-
Uses of IMethodCallHandler in gw.lang.reflect
Classes in gw.lang.reflect that implement IMethodCallHandlerModifier and TypeClassDescriptionprivate class
Fields in gw.lang.reflect declared as IMethodCallHandlerModifier and TypeFieldDescriptionprivate IMethodCallHandler
MethodInfoBuilder._callHandler
private final IMethodCallHandler
MethodInfoBuilder.BuiltMethodInfo._callHandler
private IMethodCallHandler
SimpleMethodInfo._callHandler
private static final IMethodCallHandler
MethodInfoBuilder.EMPTY_CALL_HANDLER
Methods in gw.lang.reflect that return IMethodCallHandlerModifier and TypeMethodDescriptionIMethodInfo.getCallHandler()
MetaMethodInfoDelegate.getCallHandler()
MethodInfoBuilder.BuiltMethodInfo.getCallHandler()
MethodInfoDelegate.getCallHandler()
SimpleMethodInfo.getCallHandler()
Methods in gw.lang.reflect with parameters of type IMethodCallHandlerModifier and TypeMethodDescriptionMethodInfoBuilder.withCallHandler
(IMethodCallHandler callHandler)