MCPcopy Create free account
hub / github.com/beanshell/beanshell / invoke

Method invoke

src/bsh/BshMethod.java:158–163  ·  view source on GitHub ↗

Invoke the declared method with the specified arguments and interpreter reference. This is the simplest form of invoke() for BshMethod intended to be used in reflective style access to bsh scripts.

( 
		Object[] argValues, Interpreter interpreter )

Source from the content-addressed store, hash-verified

156 intended to be used in reflective style access to bsh scripts.
157 */
158 public Object invoke(
159 Object[] argValues, Interpreter interpreter )
160 throws EvalError
161 {
162 return invoke( argValues, interpreter, null, null, false );
163 }
164
165 /**
166 Invoke the bsh method with the specified args, interpreter ref,

Callers 6

eventMethod · 0.95
imageUpdateMethod · 0.95
invokeMethod · 0.95
initInstanceMethod · 0.95
invokeLocalMethodMethod · 0.95
invokeMethodMethod · 0.95

Calls 5

invokeMethodMethod · 0.95
invokeImplMethod · 0.95
getClassInstanceMethod · 0.80
hasModifierMethod · 0.45
getThisMethod · 0.45

Tested by

no test coverage detected