| com.pnfsoftware.jeb.core.units.code.android.dex.IDexString |
Specialized code string interface for DEX strings.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
setValue(String value)
Set the alternate value of a string.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.ICodeString
| |||||||||||
Set the alternate value of a string. This method does not check for duplicates in the string pool: it may break the DEX specifications.
On success, it is the responsibility of the caller to notify client code that the unit has changed, by issuing a J#UnitChange to #notifyListeners(com.pnfsoftware.jeb.util.events.IEvent) listeners.
| value | the new value, or null to reset to the original value |
|---|