Interface IDexAnnotationElement
public interface IDexAnnotationElement
This interface references the name and value of a DEX annotation.
-
Method Summary
-
Method Details
-
getNameIndex
int getNameIndex()Get the name index of this element.- Returns:
- the name index
-
getName
Get the name of this element.- Parameters:
dex
-- Returns:
-
getValue
IDexValue getValue()Get the value of this element.- Returns:
- the value
-