Searched defs:DexField (Results 1 - 1 of 1) sorted by relevance

/cts/tools/dex-tools/src/dex/structure/
H A DDexField.java20 * {@code DexField} represents a field.
22 public interface DexField extends DexAnnotatedElement, WithModifiers, interface in inherits:DexAnnotatedElement,WithModifiers,NamedElement
26 * Returns the name of the type of this {@code DexField}.
28 * @return the name of the type of this {@code DexField}

Completed in 57 milliseconds