HomeSort by relevance Sort by last modified time
    Searched refs:NamedElement (Results 1 - 6 of 6) sorted by null

  /cts/tools/dex-tools/src/dex/structure/
NamedElement.java 20 * {@code NamedElement} represents an element with a name.
22 public interface NamedElement {
24 * Returns the name of this {@code NamedElement}.
26 * @return the name of this {@code NamedElement}
DexAnnotationAttribute.java 30 public interface DexAnnotationAttribute extends NamedElement {
DexFile.java 25 public interface DexFile extends NamedElement {
DexField.java 23 NamedElement {
DexClass.java 25 NamedElement {
DexMethod.java 25 NamedElement {

Completed in 153 milliseconds