Interface IDexAnnotationElement


public interface IDexAnnotationElement
This interface references the name and value of a DEX annotation.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Get the name of this element.
    int
    Get the name index of this element.
    Get the value of this element.
  • Method Details

    • getNameIndex

      int getNameIndex()
      Get the name index of this element.
      Returns:
      the name index
    • getName

      default String getName(IDexUnit dex)
      Get the name of this element.
      Parameters:
      dex -
      Returns:
    • getValue

      IDexValue getValue()
      Get the value of this element.
      Returns:
      the value