public interface

IDexAnnotationForParameter

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

Class Overview

This interface represents annotations for the parameters of method.

Summary

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

Public Methods

public abstract List<List<IDexAnnotationItem>> getAnnotationItemSets ()

Get the list of annotation items for the parameters of this method.

Returns
  • the list of of list of annotation items

public abstract int getMethodIndex ()

Get the method index.

Returns
  • the method index