Package org.benf.cfr.reader.util.output
Interface IllegalIdentifierDump
-
- All Known Implementing Classes:
IllegalIdentifierDump.Nop
,IllegalIdentifierReplacement
public interface IllegalIdentifierDump
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IllegalIdentifierDump.Factory
static class
IllegalIdentifierDump.Nop
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLegalIdentifierFor(java.lang.String identifier)
java.lang.String
getLegalShortName(java.lang.String shortName)
-