Class IllegalIdentifierReplacement
java.lang.Object
org.benf.cfr.reader.util.output.IllegalIdentifierReplacement
- All Implemented Interfaces:
IllegalIdentifierDump
-
Nested Class Summary
Nested classes/interfaces inherited from interface IllegalIdentifierDump
IllegalIdentifierDump.Factory, IllegalIdentifierDump.Nop -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IllegalIdentifierReplacementgetLegalIdentifierFor(String identifier) getLegalShortName(String shortName) static booleanprivate static booleanisIllegalIdentifier(String identifier) static booleanisIllegalMethodName(String name) private StringrenamedIdent(Integer key)
-
Field Details
-
identifiers
-
classes
-
known
-
next
private int next -
instance
-
-
Constructor Details
-
IllegalIdentifierReplacement
private IllegalIdentifierReplacement()
-
-
Method Details
-
renamedIdent
-
isIllegalIdentifier
-
isIllegal
-
isIllegalMethodName
-
getLegalIdentifierFor
- Specified by:
getLegalIdentifierForin interfaceIllegalIdentifierDump
-
getLegalShortName
- Specified by:
getLegalShortNamein interfaceIllegalIdentifierDump
-
getInstance
-