Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.ClassSignature
-
-
Uses of ClassSignature in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type ClassSignature Modifier and Type Method Description private static boolean
SealedClassChecker. anySealed(ClassSignature sig, DCCommonState state)
-
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.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers with parameters of type ClassSignature Modifier and Type Method Description protected void
AbstractClassFileDumper. dumpImplements(Dumper d, ClassSignature signature)
-
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)
-