Home
last modified time | relevance | path

Searched refs:fieldAnnotation (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexFieldImpl.java37 private FieldAnnotation fieldAnnotation; field in DexFieldImpl
44 FieldAnnotation fieldAnnotation, String[] stringPool, in DexFieldImpl() argument
50 this.fieldAnnotation = fieldAnnotation; in DexFieldImpl()
59 if (fieldAnnotation != null) { in parseAnnotations()
60 buffer.setPosition(fieldAnnotation.annotationsOff); in parseAnnotations()