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 class
class
class
Implementation 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.constructors
private Map
<String, Set<MethodInfo>> ClassInfoBase.methodInfoByName
Methods in org.glassfish.pfl.dynamic.codegen.impl that return MethodInfoModifier and TypeMethodDescriptionClassInfoBase.findConstructorInfo
(Signature sig) ClassInfoBase.findMethodInfo
(String name, Signature sig) private MethodInfo
ClassInfoBase.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()
ClassInfoBase.methodInfoByName()
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type MethodInfoModifier and TypeMethodDescriptionprotected void
ClassInfoBase.addConstructorInfo
(MethodInfo cinfo) protected void
ClassInfoBase.addMethodInfo
(MethodInfo minfo) Method parameters in org.glassfish.pfl.dynamic.codegen.impl with type arguments of type MethodInfoModifier and TypeMethodDescriptionprivate MethodInfo
ClassInfoBase.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 MethodInfo
Utility.getMethodInfo
(Method method) ModifiableFieldReference.method()
private static MethodInfo
Signature.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) 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 String
Signature.getMethodListString
(Set<MethodInfo> mlist) private static MethodInfo
Signature.returnCompatibleMethod
(Type type, String ident, List<Type> argTypes, Signature.CallType ctype, Set<MethodInfo> compatibleMethods) private boolean
Type.returnTypeCollision
(Set<MethodInfo> set1, Set<MethodInfo> set2)