Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.ClassSignature
-
Packages that use ClassSignature Package Description org.benf.cfr.reader.bytecode.analysis.types org.benf.cfr.reader.entities org.benf.cfr.reader.entities.constantpool -
-
Uses of ClassSignature in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type ClassSignature Modifier and Type Method Description (package private) static GenericTypeBinder
GenericTypeBinder. bind(java.util.List<FormalTypeParameter> methodFormalTypeParameters, ClassSignature classSignature, java.util.List<JavaTypeInstance> args, JavaGenericRefTypeInstance boundInstance, java.util.List<JavaTypeInstance> boundArgs)
-
Uses of ClassSignature in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as ClassSignature Modifier and Type Field Description private ClassSignature
ClassFile. classSignature
Methods in org.benf.cfr.reader.entities that return ClassSignature Modifier and Type Method Description ClassSignature
ClassFile. getClassSignature()
private ClassSignature
ClassFile. getSignature(ConstantPool cp, ConstantPoolEntryClass rawSuperClass, java.util.List<ConstantPoolEntryClass> rawInterfaces)
Methods in org.benf.cfr.reader.entities with parameters of type ClassSignature Modifier and Type Method Description private static void
ClassFile. getFormalParametersText(ClassSignature signature, TypeAnnotationHelper ah, UnaryFunction<java.lang.Integer,Predicate<AnnotationTableTypeEntry>> typeAnnPredicateFact, UnaryFunction<java.lang.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 ClassSignature Modifier and Type Method Description static ClassSignature
ConstantPoolUtils. parseClassSignature(ConstantPoolEntryUTF8 signature, ConstantPool cp)
-