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.formalParams
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
Fields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type FormalTypeParameterModifier and TypeFieldDescriptionprivate final List<FormalTypeParameter>
ClassSignature.formalTypeParameters
private final List<FormalTypeParameter>
MethodPrototype.formalTypeParameters
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 FormalTypeParameterModifier and TypeMethodDescriptionvoid
FormalTypeParameter.add
(FormalTypeParameter other) (package private) JavaTypeInstance
GenericTypeBinder.getBindingFor
(FormalTypeParameter formalTypeParameter) Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type FormalTypeParameterModifier and TypeMethodDescription(package private) static GenericTypeBinder
GenericTypeBinder.bind
(List<FormalTypeParameter> methodFormalTypeParameters, ClassSignature classSignature, List<JavaTypeInstance> args, JavaGenericRefTypeInstance boundInstance, List<JavaTypeInstance> boundArgs) static Map<String,
FormalTypeParameter> FormalTypeParameter.getMap
(List<FormalTypeParameter> formalTypeParameters) boolean
JavaGenericBaseInstance.hasForeignUnbound
(ConstantPool cp, int depth, boolean noWildcard, Map<String, FormalTypeParameter> externals) boolean
JavaGenericPlaceholderTypeInstance.hasForeignUnbound
(ConstantPool cp, int depth, boolean noWildcard, Map<String, FormalTypeParameter> externals) boolean
JavaGenericRefTypeInstance.hasForeignUnbound
(ConstantPool cp, int depth, boolean noWildcard, Map<String, FormalTypeParameter> externals) boolean
JavaWildcardTypeInstance.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 FormalTypeParameter
ConstantPoolUtils.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)