Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.types | |
org.benf.cfr.reader.entities | |
org.benf.cfr.reader.entities.constantpool |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
private ClassSignature |
ClassFile.classSignature |
Modifier and Type | Method and Description |
---|---|
ClassSignature |
ClassFile.getClassSignature() |
private ClassSignature |
ClassFile.getSignature(ConstantPool cp,
ConstantPoolEntryClass rawSuperClass,
java.util.List<ConstantPoolEntryClass> rawInterfaces) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static ClassSignature |
ConstantPoolUtils.parseClassSignature(ConstantPoolEntryUTF8 signature,
ConstantPool cp) |