Home
last modified time | relevance | path

Searched defs:getAnnotations (Results 1 – 10 of 10) sorted by relevance

/cts/tools/dex-tools/src/dex/structure/
DDexAnnotatedElement.java32 Set<DexAnnotation> getAnnotations(); in getAnnotations() method
/cts/tools/signature-tools/src/signature/model/
DIAnnotatableElement.java38 Set<IAnnotation> getAnnotations(); in getAnnotations() method
/cts/tools/signature-tools/src/signature/model/impl/
DSigAnnotatableElement.java35 public Set<IAnnotation> getAnnotations() { in getAnnotations() method in SigAnnotatableElement
/cts/tools/signature-tools/src/signature/compare/model/subst/
DParameterProjection.java37 public Set<IAnnotation> getAnnotations() { in getAnnotations() method in ParameterProjection
DExecutableMemberProjection.java43 public Set<IAnnotation> getAnnotations() { in getAnnotations() method in ExecutableMemberProjection
DClassProjection.java53 public Set<IAnnotation> getAnnotations() { in getAnnotations() method in ClassProjection
/cts/tools/dex-tools/src/dex/reader/
DDexParameterImpl.java64 public Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexParameterImpl
DDexFieldImpl.java81 public synchronized Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexFieldImpl
DDexMethodImpl.java131 public Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexMethodImpl
DDexClassImpl.java330 public Set<DexAnnotation> getAnnotations() { in getAnnotations() method in DexClassImpl