public interface JavaOperationExecutor
JavaOperation
s.Modifier and Type | Method and Description |
---|---|
Object |
executeJavaOperation(String className,
String methodName,
Class<?>[] argClasses,
Object[] evaluatedArgs,
InterpreterStackTrace stackTrace)
Executes the operation.
|
Object executeJavaOperation(String className, String methodName, Class<?>[] argClasses, Object[] evaluatedArgs, InterpreterStackTrace stackTrace) throws ErrorException
className
- methodName
- argClasses
- evaluatedArgs
- stackTrace
- a stack traceErrorException
- the error exceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.