public interface

IDexAnnotationElement

com.pnfsoftware.jeb.core.units.code.android.dex.IDexAnnotationElement

Class Overview

This interface references the name and value of a DEX annotation.

Summary

Public Methods
abstract String getName(IDexUnit dex)
Get the name of this element.
abstract int getNameIndex()
Get the name index of this element.
abstract IDexValue getValue()
Get the value of this element.

Public Methods

public abstract String getName (IDexUnit dex)

Get the name of this element.

public abstract int getNameIndex ()

Get the name index of this element.

Returns
  • the name index

public abstract IDexValue getValue ()

Get the value of this element.

Returns
  • the value