Package | Description |
---|---|
org.benf.cfr.reader.state |
Modifier and Type | Class and Description |
---|---|
static class |
ClassFileRelocator.NopRelocator |
static class |
ClassFileRelocator.PrefixRelocator |
static class |
ClassFileRelocator.RenamingRelocator |
Modifier and Type | Field and Description |
---|---|
private ClassFileRelocator |
ClassFileRelocator.RenamingRelocator.base |
private ClassFileRelocator |
ClassFileSourceImpl.classRelocator |
static ClassFileRelocator |
ClassFileRelocator.NopRelocator.Instance |
Modifier and Type | Method and Description |
---|---|
(package private) ClassFileRelocator |
ClassFileRelocator.Configurator.configureWith(java.lang.String usePath,
java.lang.String specPath) |
(package private) ClassFileRelocator |
ClassFileRelocator.Configurator.getCommonRoot(java.lang.String filePath,
java.lang.String classPath) |
Constructor and Description |
---|
RenamingRelocator(ClassFileRelocator base,
java.lang.String classPath,
java.lang.String filePath,
java.lang.String className,
java.lang.String fileName) |