Uses of Interface
gw.lang.reflect.IMethodCallHandler
-
Packages that use IMethodCallHandler Package Description gw.internal.gosu.dynamic gw.internal.gosu.parser gw.lang.reflect -
-
Uses of IMethodCallHandler in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IMethodCallHandler Modifier and Type Class Description class
DynamicMethodInfo
Methods in gw.internal.gosu.dynamic that return IMethodCallHandler Modifier and Type Method Description IMethodCallHandler
DynamicMethodInfo. getCallHandler()
-
Uses of IMethodCallHandler in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IMethodCallHandler Modifier and Type Class Description class
MethodCallAdapter
Handles Gosu->Java method call adaptationMethods in gw.internal.gosu.parser that return IMethodCallHandler Modifier and Type Method Description IMethodCallHandler
ArrayExpansionMethodInfo. getCallHandler()
IMethodCallHandler
GosuMethodInfo. getCallHandler()
IMethodCallHandler
JavaMethodInfo. getCallHandler()
-
Uses of IMethodCallHandler in gw.lang.reflect
Methods in gw.lang.reflect that return IMethodCallHandler Modifier and Type Method Description IMethodCallHandler
IMethodInfo. getCallHandler()
IMethodCallHandler
MetaMethodInfoDelegate. getCallHandler()
IMethodCallHandler
MethodInfoDelegate. getCallHandler()
IMethodCallHandler
SimpleMethodInfo. getCallHandler()
Methods in gw.lang.reflect with parameters of type IMethodCallHandler Modifier and Type Method Description MethodInfoBuilder
MethodInfoBuilder. withCallHandler(IMethodCallHandler callHandler)
-