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 booleanSealedClassChecker. 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 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.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers with parameters of type ClassSignature Modifier and Type Method Description protected voidAbstractClassFileDumper. 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 ClassSignatureConstantPoolUtils. parseClassSignature(ConstantPoolEntryUTF8 signature, ConstantPool cp)
-