| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.android.dex.DexDebugVariableBundle |
A collection of IDexDebugVariable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DexDebugVariableBundle(Collection<IDexDebugVariable> vars) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| IDexDebugVariable | findVariable(int reg) | ||||||||||
| String | format(IDexUnit dex) | ||||||||||
| static DexDebugVariableBundle | from(Collection<IDexDebugVariable> vars) | ||||||||||
| boolean | hasVariable(int reg) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||