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

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandle.java62 * called {@link #invokeExact invokeExact} and {@link #invoke invoke}.
85 * A Java method call expression naming {@code invokeExact} or {@code invoke}
94 * As is usual with virtual methods, source-level calls to {@code invokeExact}
118 * This is true of calls to {@code invokeExact} and {@code invoke}.
133 * In the case of {@code invokeExact}, the type descriptor of the invocation
138 * Thus, plain {@code invoke} is more permissive than {@code invokeExact}.
140 * After type matching, a call to {@code invokeExact} directly
145 * {@code invokeExact}, if the symbolic type descriptor specified by the caller
160 * either directly (in the case of {@code invokeExact}) o
463 public final native @PolymorphicSignature Object invokeExact(Object... args) throws Throwable; method in class:MethodHandle
[all...]

Completed in 569 milliseconds