| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICNamingEngine |
A naming engine is used to generate ICIdentifier names.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
beautifyIdentifierNames(ICMethod methodElement, IDynamicContentManager dcm)
Beautify identifier names.
| ||||||||||
| abstract boolean |
beautifyIdentifierNames(ICField fieldElement, IDynamicContentManager dcm)
Beautify identifier names.
| ||||||||||
| abstract boolean |
beautifyIdentifierNames(ICClass classElement, IDynamicContentManager dcm)
Beautify identifier names.
| ||||||||||
Beautify identifier names. This method is intended to be run on a final AST.
| methodElement | mandatory |
|---|---|
| dcm | optional |
Beautify identifier names. This method is intended to be run on a final AST.
| fieldElement | mandatory |
|---|---|
| dcm | optional |
Beautify identifier names. This method is intended to be run on a final AST. This is a convenience method that beautify the names of identifiers of all fields and all methods contained in the provided class element.
| classElement | mandatory |
|---|---|
| dcm | optional |