Searched defs:invocable (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DInvocableCallable.java38 private Invocable invocable; field in class:InvocableCallable
41 Invocable invocable) {
44 this.invocable = invocable;
50 return invocable.invokeFunction(name, args);
52 return invocable.invokeMethod(target, name, args);
40 InvocableCallable(Object target, String name, Invocable invocable) argument
H A DMapScriptObject.java119 protected void putFunction(Object target, String name, Invocable invocable) { argument
120 map.put(name, new InvocableCallable(target, name, invocable));

Completed in 61 milliseconds