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
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type parameters of type FormalTypeParameterModifier and TypeFieldDescriptionprivate final Map<String, FormalTypeParameter> IllegalGenericRewriter.formalParamsConstructor 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
Fields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type FormalTypeParameterModifier and TypeFieldDescriptionprivate final List<FormalTypeParameter> ClassSignature.formalTypeParametersprivate final List<FormalTypeParameter> MethodPrototype.formalTypeParametersMethods 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 FormalTypeParameterModifier and TypeMethodDescriptionvoidFormalTypeParameter.add(FormalTypeParameter other) (package private) JavaTypeInstanceGenericTypeBinder.getBindingFor(FormalTypeParameter formalTypeParameter) Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type FormalTypeParameterModifier and TypeMethodDescription(package private) static GenericTypeBinderGenericTypeBinder.bind(List<FormalTypeParameter> methodFormalTypeParameters, ClassSignature classSignature, List<JavaTypeInstance> args, JavaGenericRefTypeInstance boundInstance, List<JavaTypeInstance> boundArgs) static 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) -
Uses of FormalTypeParameter in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return FormalTypeParameterModifier and TypeMethodDescriptionprivate static FormalTypeParameterConstantPoolUtils.decodeFormalTypeTok(String tok, ConstantPool cp) Methods in org.benf.cfr.reader.entities.constantpool that return types with arguments of type FormalTypeParameterModifier and TypeMethodDescriptionprivate static Pair<Integer, List<FormalTypeParameter>> ConstantPoolUtils.parseFormalTypeParameters(String proto, ConstantPool cp, int curridx)