Package org.benf.cfr.reader.state
Interface ObfuscationRewriter
-
- All Known Subinterfaces:
ObfuscationMapping
- All Known Implementing Classes:
Mapping
,NullMapping
public interface ObfuscationRewriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JavaTypeInstance>
get(java.util.List<JavaTypeInstance> types)
JavaTypeInstance
get(JavaTypeInstance t)
Dumper
wrap(Dumper d)
-
-
-
Method Detail
-
get
JavaTypeInstance get(JavaTypeInstance t)
-
get
java.util.List<JavaTypeInstance> get(java.util.List<JavaTypeInstance> types)
-
-