Package gw.internal.gosu.parser
Class MethodCallAdapter
java.lang.Object
gw.internal.gosu.parser.MethodCallAdapter
- All Implemented Interfaces:
IMethodCallHandler
Handles Gosu->Java method call adaptation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleCall
(Object ctx, Object... argValues) private RuntimeException
makeMethodCallEvaluationException
(Method method, Throwable t)
-
Field Details
-
_method
-
_argTypes
-
-
Constructor Details
-
MethodCallAdapter
-
-
Method Details
-
handleCall
- Specified by:
handleCall
in interfaceIMethodCallHandler
-
getMethod
-
makeMethodCallEvaluationException
-