Home
last modified time | relevance | path

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

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DAnnotationSetSection.java41 @Nonnull Collection<? extends AnnotationKey> getAnnotations(@Nonnull AnnotationSetKey key); in getAnnotations() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMethodParameter.java67 @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
DField.java95 @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
DMethod.java98 @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
DClassDef.java98 @Nonnull Set<? extends Annotation> getAnnotations(); in getAnnotations() method
/external/junit/src/org/junit/runners/model/
DFrameworkMember.java10 abstract Annotation[] getAnnotations(); in getAnnotations() method in FrameworkMember
DFrameworkField.java25 public Annotation[] getAnnotations() { in getAnnotations() method in FrameworkField
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DAnnotationSetPool.java60 @Nonnull @Override public Collection<? extends Annotation> getAnnotations( in getAnnotations() method in AnnotationSetPool
DPoolMethod.java86 @Override @Nonnull public Set<? extends Annotation> getAnnotations() { in getAnnotations() method in PoolMethod
DPoolClassDef.java88 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { in getAnnotations() method in PoolClassDef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
DReflectionField.java60 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { in getAnnotations() method in ReflectionField
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderMethodParameter.java60 @Nonnull @Override public BuilderAnnotationSet getAnnotations() { in getAnnotations() method in BuilderMethodParameter
DBuilderField.java65 @Nonnull @Override public BuilderAnnotationSet getAnnotations() { in getAnnotations() method in BuilderField
DBuilderAnnotationSetPool.java81 … public Collection<? extends BuilderAnnotation> getAnnotations(@Nonnull BuilderAnnotationSet key) { in getAnnotations() method in BuilderAnnotationSetPool
DBuilderMethod.java71 @Override @Nonnull public BuilderAnnotationSet getAnnotations() { return annotations; } in getAnnotations() method in BuilderMethod
/external/smali/smali/src/main/java/org/jf/smali/
DSmaliMethodParameter.java58 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { return annotations; } in getAnnotations() method in SmaliMethodParameter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DAnnotationsDirectory.java99 …public static Set<? extends DexBackedAnnotation> getAnnotations(@Nonnull final DexBackedDexFile de… in getAnnotations() method in AnnotationsDirectory
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodParameter.java78 @Nonnull @Override public Set<? extends Annotation> getAnnotations() { return annotations; } in getAnnotations() method in ImmutableMethodParameter
DImmutableField.java104 …@Nonnull @Override public ImmutableSet<? extends ImmutableAnnotation> getAnnotations() { return an… in getAnnotations() method in ImmutableField
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMethodAnnotationStruct.java119 public Annotations getAnnotations() { in getAnnotations() method in MethodAnnotationStruct
DFieldAnnotationStruct.java119 public Annotations getAnnotations() { in getAnnotations() method in FieldAnnotationStruct
DAnnotationSetItem.java84 public Annotations getAnnotations() { in getAnnotations() method in AnnotationSetItem
/external/javassist/src/main/javassist/
DCtMember.java35 public Object[] getAnnotations() in getAnnotations() method in CtMember.Cache
239 public abstract Object[] getAnnotations() throws ClassNotFoundException; in getAnnotations() method in CtMember
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedField.java111 public Set<? extends DexBackedAnnotation> getAnnotations() { in getAnnotations() method in DexBackedField
/external/junit/src/org/junit/experimental/theories/
DParameterSignature.java51 public List<Annotation> getAnnotations() { in getAnnotations() method in ParameterSignature

12