Package ghidra.program.model.symbol
Interface NameTransformer
- All Known Implementing Classes:
IdentityNameTransformer
,IllegalCharCppTransformer
,TemplateSimplifier
public interface NameTransformer
Interface to transform (shorten, simplify) names of data-types, functions, and name spaces
for display.
-
Method Summary
-
Method Details
-
simplify
Return a transformed version of the given input. If no change is made, the original String object is returned.- Parameters:
input
- is the name to transform- Returns:
- the transformed version
-