Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.ClassSignature
Packages that use ClassSignature
Package
Description
-
Uses of ClassSignature in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type ClassSignatureModifier and TypeMethodDescription(package private) static GenericTypeBinder
GenericTypeBinder.bind
(List<FormalTypeParameter> methodFormalTypeParameters, ClassSignature classSignature, List<JavaTypeInstance> args, JavaGenericRefTypeInstance boundInstance, List<JavaTypeInstance> boundArgs) -
Uses of ClassSignature in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as ClassSignatureMethods in org.benf.cfr.reader.entities that return ClassSignatureModifier and TypeMethodDescriptionClassFile.getClassSignature()
private ClassSignature
ClassFile.getSignature
(ConstantPool cp, ConstantPoolEntryClass rawSuperClass, List<ConstantPoolEntryClass> rawInterfaces) Methods in org.benf.cfr.reader.entities with parameters of type ClassSignatureModifier and TypeMethodDescriptionprivate static void
ClassFile.getFormalParametersText
(ClassSignature signature, TypeAnnotationHelper ah, UnaryFunction<Integer, Predicate<AnnotationTableTypeEntry>> typeAnnPredicateFact, UnaryFunction<Integer, Predicate<AnnotationTableTypeEntry>> typeBoundAnnPredicateFact, Dumper d) -
Uses of ClassSignature in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ClassSignatureModifier and TypeMethodDescriptionstatic ClassSignature
ConstantPoolUtils.parseClassSignature
(ConstantPoolEntryUTF8 signature, ConstantPool cp)