Uses of Class
java.dyn.MethodType
-
Uses of MethodType in java.dyn
Fields in java.dyn declared as MethodTypeMethods in java.dyn that return MethodTypeModifier and TypeMethodDescriptionMethodType.changeParameterType
(int num, Class<?> nptype) MethodType.changeReturnType
(Class<?> nrtype) MethodType.dropParameterType
(int num) MethodType.erase()
static MethodType
MethodType.fromBytecodeString
(String descriptor, ClassLoader loader) static MethodType
MethodType.fromMethodDescriptorString
(String descriptor, ClassLoader loader) MethodType.generic()
MethodType.insertParameterType
(int num, Class<?> nptype) static MethodType
static MethodType
MethodType.make
(Class<?> rtype, MethodType ptypes) static MethodType
static MethodType
static MethodType
static MethodType
static MethodType
MethodType.makeGeneric
(int objectArgCount) static MethodType
MethodType.makeGeneric
(int objectArgCount, boolean varargs) CallSite.type()
MethodHandle.type()
MethodType.unwrap()
MethodType.wrap()
Methods in java.dyn with parameters of type MethodTypeModifier and TypeMethodDescriptionMethodHandles.Lookup.bind
(Object receiver, String name, MethodType type) static MethodHandle
MethodHandles.collectArguments
(MethodHandle target, MethodType newType) static MethodHandle
MethodHandles.convertArguments
(MethodHandle target, MethodType newType) static MethodHandle
MethodHandles.exactInvoker
(MethodType type) MethodHandles.Lookup.findSpecial
(Class<?> defc, String name, MethodType type, Class<?> specialCaller) MethodHandles.Lookup.findStatic
(Class<?> defc, String name, MethodType type) MethodHandles.Lookup.findVirtual
(Class<?> defc, String name, MethodType type) static MethodHandle
MethodHandles.genericInvoker
(MethodType type, int objectArgCount, boolean varargs) static MethodType
MethodType.make
(Class<?> rtype, MethodType ptypes) static MethodHandle
MethodHandles.permuteArguments
(MethodHandle target, MethodType newType, int[] reorder) static MethodHandle
MethodHandles.spreadArguments
(MethodHandle target, MethodType newType) Constructors in java.dyn with parameters of type MethodTypeModifierConstructorDescriptionCallSite
(Object caller, String name, MethodType type) protected
MethodHandle
(java.dyn.MethodHandle.Access token, MethodType type)