Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.MethodInfo
Packages that use MethodInfo
-
Uses of MethodInfo in org.glassfish.pfl.dynamic.codegen.impl
Classes in org.glassfish.pfl.dynamic.codegen.impl that implement MethodInfoModifier and TypeClassDescriptionfinal classclassclassImplementation of MethodInfo interface for actual Method.Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type MethodInfoModifier and TypeFieldDescriptionprivate Set<MethodInfo> ClassInfoBase.constructorsprivate Map<String, Set<MethodInfo>> ClassInfoBase.methodInfoByNameMethods in org.glassfish.pfl.dynamic.codegen.impl that return MethodInfoModifier and TypeMethodDescriptionClassInfoBase.findConstructorInfo(Signature sig) ClassInfoBase.findMethodInfo(String name, Signature sig) private MethodInfoClassInfoBase.findMethodInfo(Signature sig, Set<MethodInfo> minfos) Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type MethodInfoModifier and TypeMethodDescriptionClassGeneratorImpl.constructorInfo()ClassInfoBase.constructorInfo()Map<String, Set<MethodInfo>> ClassInfoBase.methodInfoByName()Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type MethodInfoModifier and TypeMethodDescriptionprotected voidClassInfoBase.addConstructorInfo(MethodInfo cinfo) protected voidClassInfoBase.addMethodInfo(MethodInfo minfo) Method parameters in org.glassfish.pfl.dynamic.codegen.impl with type arguments of type MethodInfoModifier and TypeMethodDescriptionprivate MethodInfoClassInfoBase.findMethodInfo(Signature sig, Set<MethodInfo> minfos) -
Uses of MethodInfo in org.glassfish.pfl.dynamic.codegen.spi
Subinterfaces of MethodInfo in org.glassfish.pfl.dynamic.codegen.spiMethods in org.glassfish.pfl.dynamic.codegen.spi that return MethodInfoModifier and TypeMethodDescriptionClassInfo.findConstructorInfo(Signature sig) Find the MethodInfo (if any) for a Constructor with the given Signature in this ClassInfo.ClassInfo.findMethodInfo(String name, Signature sig) Find the method (if any) with the given name and Signature in this ClassInfo, or in any superType of this ClassInfo.static MethodInfoUtility.getMethodInfo(Method method) ModifiableFieldReference.method()private static MethodInfoSignature.returnCompatibleMethod(Type type, String ident, List<Type> argTypes, Signature.CallType ctype, Set<MethodInfo> compatibleMethods) Methods in org.glassfish.pfl.dynamic.codegen.spi that return types with arguments of type MethodInfoModifier and TypeMethodDescriptionClassInfo.constructorInfo()private static Set<MethodInfo> Signature.getCompatibleMethods(Set<MethodInfo> methods, List<Type> argTypes) private static Set<MethodInfo> Signature.getMethods(Type type, String ident, boolean staticOnly) Map<String, Set<MethodInfo>> ClassInfo.methodInfoByName()Return methodInfo for all methods defined on this class.Method parameters in org.glassfish.pfl.dynamic.codegen.spi with type arguments of type MethodInfoModifier and TypeMethodDescriptionprivate static Set<MethodInfo> Signature.getCompatibleMethods(Set<MethodInfo> methods, List<Type> argTypes) private static StringSignature.getMethodListString(Set<MethodInfo> mlist) private static MethodInfoSignature.returnCompatibleMethod(Type type, String ident, List<Type> argTypes, Signature.CallType ctype, Set<MethodInfo> compatibleMethods) private booleanType.returnTypeCollision(Set<MethodInfo> set1, Set<MethodInfo> set2)