public interface

IDexAnnotationForMethod

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

Class Overview

This interface represents annotations for a method.

Summary

Public Methods
abstract List<IDexAnnotationItem> getAnnotationItems()
Get the annotation items for this method.
abstract int getMethodIndex()
Get the method index.

Public Methods

public abstract List<IDexAnnotationItem> getAnnotationItems ()

Get the annotation items for this method.

public abstract int getMethodIndex ()

Get the method index.

Returns
  • the method index