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 GenericTypeBinderGenericTypeBinder. 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 ClassSignatureClassFile. classSignatureMethods in org.benf.cfr.reader.entities that return ClassSignature Modifier and Type Method Description ClassSignatureClassFile. getClassSignature()private ClassSignatureClassFile. 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 voidClassFile. 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 ClassSignatureConstantPoolUtils. parseClassSignature(ConstantPoolEntryUTF8 signature, ConstantPool cp)
-