Package org.benf.cfr.reader.util.output
Class IllegalIdentifierDump.Nop
- java.lang.Object
-
- org.benf.cfr.reader.util.output.IllegalIdentifierDump.Nop
-
- All Implemented Interfaces:
IllegalIdentifierDump
- Enclosing interface:
- IllegalIdentifierDump
public static class IllegalIdentifierDump.Nop extends java.lang.Object implements IllegalIdentifierDump
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.util.output.IllegalIdentifierDump
IllegalIdentifierDump.Factory, IllegalIdentifierDump.Nop
-
-
Field Summary
Fields Modifier and Type Field Description private static IllegalIdentifierDumpINSTANCE
-
Constructor Summary
Constructors Constructor Description Nop()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IllegalIdentifierDumpgetInstance()java.lang.StringgetLegalIdentifierFor(java.lang.String identifier)java.lang.StringgetLegalShortName(java.lang.String shortName)
-
-
-
Field Detail
-
INSTANCE
private static final IllegalIdentifierDump INSTANCE
-
-
Method Detail
-
getInstance
public static IllegalIdentifierDump getInstance()
-
getLegalIdentifierFor
public java.lang.String getLegalIdentifierFor(java.lang.String identifier)
- Specified by:
getLegalIdentifierForin interfaceIllegalIdentifierDump
-
getLegalShortName
public java.lang.String getLegalShortName(java.lang.String shortName)
- Specified by:
getLegalShortNamein interfaceIllegalIdentifierDump
-
-