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

/openjdk9/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/linker/
H A DGuardedInvocation.java113 public class GuardedInvocation { class
127 public GuardedInvocation(final MethodHandle invocation) { method in class:GuardedInvocation
143 public GuardedInvocation(final MethodHandle invocation, final MethodHandle guard) { method in class:GuardedInvocation
158 public GuardedInvocation(final MethodHandle invocation, final SwitchPoint switchPoint) { method in class:GuardedInvocation
178 public GuardedInvocation(final MethodHandle invocation, final MethodHandle guard, final SwitchPoint switchPoint) { method in class:GuardedInvocation
201 public GuardedInvocation(final MethodHandle invocation, final MethodHandle guard, final SwitchPoint switchPoint, final Class<? extends Throwable> exception) { method in class:GuardedInvocation
230 public GuardedInvocation(final MethodHandle invocation, final MethodHandle guard, final SwitchPoint[] switchPoints, final Class<? extends Throwable> exception) { method in class:GuardedInvocation
[all...]

Completed in 46 milliseconds