| com.pnfsoftware.jeb.core.units.code.android.IDexContextInfoProvider |
Context information provider, in relation to a dex unit. It can be used to
retrieve side-effect information for methods and effective-finality information for fields.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract EffectiveFinalityType |
getFieldEFInfo(String fsig)
Retrieve the effective-finality information for a field.
| ||||||||||
| abstract ContextAccessType |
getMethodCAT(String msig)
Retrieve the side-effect information for a method.
| ||||||||||
| abstract boolean |
setFieldEFInfo(String fsig, EffectiveFinalityType eft)
Set the effective-finality information for a field.
| ||||||||||
| abstract boolean |
setMethodCAT(String msig, ContextAccessType cat)
Set the side-effect information for a method.
| ||||||||||
Retrieve the effective-finality information for a field.
Retrieve the side-effect information for a method.
Set the effective-finality information for a field.
| fsig | mandatory |
|---|---|
| eft | null to remove an entry |
Set the side-effect information for a method.
| msig | mandatory |
|---|---|
| cat | null to remove an entry |