Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.FormalTypeParameter
Packages that use FormalTypeParameter
Package
Description
-
Uses of FormalTypeParameter in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Constructor parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type arguments of type FormalTypeParameterModifierConstructorDescriptionIllegalGenericRewriter(ConstantPool cp, Map<String, FormalTypeParameter> formalParams) -
Uses of FormalTypeParameter in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type FormalTypeParameterModifier and TypeMethodDescriptionMethodPrototype.getFormalParameterMap()ClassSignature.getFormalTypeParameters()static Map<String, FormalTypeParameter> FormalTypeParameter.getMap(List<FormalTypeParameter> formalTypeParameters) Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type FormalTypeParameterMethod parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type FormalTypeParameterModifier and TypeMethodDescriptionstatic Map<String, FormalTypeParameter> FormalTypeParameter.getMap(List<FormalTypeParameter> formalTypeParameters) booleanJavaGenericBaseInstance.hasForeignUnbound(ConstantPool cp, int depth, boolean noWildcard, Map<String, FormalTypeParameter> externals) booleanJavaGenericPlaceholderTypeInstance.hasForeignUnbound(ConstantPool cp, int depth, boolean noWildcard, Map<String, FormalTypeParameter> externals) booleanJavaGenericRefTypeInstance.hasForeignUnbound(ConstantPool cp, int depth, boolean noWildcard, Map<String, FormalTypeParameter> externals) booleanJavaWildcardTypeInstance.hasForeignUnbound(ConstantPool cp, int depth, boolean noWildcard, Map<String, FormalTypeParameter> externals) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type FormalTypeParameterModifierConstructorDescriptionClassSignature(List<FormalTypeParameter> formalTypeParameters, JavaTypeInstance superClass, List<JavaTypeInstance> interfaces) MethodPrototype(DCCommonState state, ClassFile classFile, JavaTypeInstance classType, String name, boolean instanceMethod, Method.MethodConstructor constructorFlag, List<FormalTypeParameter> formalTypeParameters, List<JavaTypeInstance> args, JavaTypeInstance result, List<JavaTypeInstance> exceptionTypes, boolean varargs, VariableNamer variableNamer, boolean synthetic, String originalDescriptor)