Home | History | Annotate | Download | only in src

Lines Matching defs:bindTo

693     MethodHandle bound = stringCharAt.bindTo("foo");
700 stringCharAt.bindTo(new Object());
705 bound = stringCharAt.bindTo(null);
715 bound = integerParseInt.bindTo("78452");