Uses of Class
java.dyn.MethodType
-
-
Uses of MethodType in java.dyn
Fields in java.dyn declared as MethodType Modifier and Type Field Description static MethodTypeLinkage. BOOTSTRAP_METHOD_TYPEMethods in java.dyn that return MethodType Modifier and Type Method Description MethodTypeMethodType. changeParameterType(int num, java.lang.Class<?> nptype)MethodTypeMethodType. changeReturnType(java.lang.Class<?> nrtype)MethodTypeMethodType. dropParameterType(int num)MethodTypeMethodType. erase()static MethodTypeMethodType. fromBytecodeString(java.lang.String descriptor, java.lang.ClassLoader loader)static MethodTypeMethodType. fromMethodDescriptorString(java.lang.String descriptor, java.lang.ClassLoader loader)MethodTypeMethodType. generic()MethodTypeMethodType. insertParameterType(int num, java.lang.Class<?> nptype)static MethodTypeMethodType. make(java.lang.Class<?> rtype)static MethodTypeMethodType. make(java.lang.Class<?> rtype, MethodType ptypes)static MethodTypeMethodType. make(java.lang.Class<?> rtype, java.lang.Class<?> ptype0)static MethodTypeMethodType. make(java.lang.Class<?> rtype, java.lang.Class<?>[] ptypes)static MethodTypeMethodType. make(java.lang.Class<?> rtype, java.lang.Class<?> ptype0, java.lang.Class<?>... ptypes)static MethodTypeMethodType. make(java.lang.Class<?> rtype, java.util.List<? extends java.lang.Class<?>> ptypes)static MethodTypeMethodType. makeGeneric(int objectArgCount)static MethodTypeMethodType. makeGeneric(int objectArgCount, boolean varargs)MethodTypeCallSite. type()MethodTypeMethodHandle. type()MethodTypeMethodType. unwrap()MethodTypeMethodType. wrap()Methods in java.dyn with parameters of type MethodType Modifier and Type Method Description MethodHandleMethodHandles.Lookup. bind(java.lang.Object receiver, java.lang.String name, MethodType type)static MethodHandleMethodHandles. collectArguments(MethodHandle target, MethodType newType)static MethodHandleMethodHandles. convertArguments(MethodHandle target, MethodType newType)static MethodHandleMethodHandles. exactInvoker(MethodType type)MethodHandleMethodHandles.Lookup. findSpecial(java.lang.Class<?> defc, java.lang.String name, MethodType type, java.lang.Class<?> specialCaller)MethodHandleMethodHandles.Lookup. findStatic(java.lang.Class<?> defc, java.lang.String name, MethodType type)MethodHandleMethodHandles.Lookup. findVirtual(java.lang.Class<?> defc, java.lang.String name, MethodType type)static MethodHandleMethodHandles. genericInvoker(MethodType type, int objectArgCount, boolean varargs)static MethodTypeMethodType. make(java.lang.Class<?> rtype, MethodType ptypes)static MethodHandleMethodHandles. permuteArguments(MethodHandle target, MethodType newType, int[] reorder)static MethodHandleMethodHandles. spreadArguments(MethodHandle target, MethodType newType)Constructors in java.dyn with parameters of type MethodType Constructor Description CallSite(java.lang.Object caller, java.lang.String name, MethodType type)MethodHandle(java.dyn.MethodHandle.Access token, MethodType type)
-