Package gw.internal.gosu.parser
Class MethodCallAdapter
- java.lang.Object
-
- gw.internal.gosu.parser.MethodCallAdapter
-
- All Implemented Interfaces:
IMethodCallHandler
public class MethodCallAdapter extends Object implements IMethodCallHandler
Handles Gosu->Java method call adaptation
-
-
Constructor Summary
Constructors Constructor Description MethodCallAdapter(Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Method
getMethod()
Object
handleCall(Object ctx, Object... argValues)
-
-
-
Constructor Detail
-
MethodCallAdapter
public MethodCallAdapter(Method method)
-
-
Method Detail
-
handleCall
public Object handleCall(Object ctx, Object... argValues)
- Specified by:
handleCall
in interfaceIMethodCallHandler
-
getMethod
public Method getMethod()
-
-