com.pnfsoftware.jeb.core.units.code.android.dex.IDexString |
Specialized code string interface for DEX strings.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
setValue(String value)
Set the alternate value of a string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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 |
---|