public class

DexDebugVariableBundle

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.dex.DexDebugVariableBundle

Class Overview

A collection of IDexDebugVariable.

Summary

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

Public Constructors

public DexDebugVariableBundle (Collection<IDexDebugVariable> vars)

Public Methods

public IDexDebugVariable findVariable (int reg)

public String format (IDexUnit dex)

public static DexDebugVariableBundle from (Collection<IDexDebugVariable> vars)

public boolean hasVariable (int reg)