HomeSort by relevance Sort by last modified time
    Searched defs:visibleAnnotations (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
MemberNode.java 52 public List visibleAnnotations;
90 if (visibleAnnotations == null) {
91 visibleAnnotations = new ArrayList(1);
93 visibleAnnotations.add(an);
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 96 AttributeInfo visibleAnnotations
98 if (visibleAnnotations != null) {
99 visibleAnnotations = visibleAnnotations.copy(cp, null);
100 newAttributes.add(visibleAnnotations);
MethodInfo.java 146 AttributeInfo visibleAnnotations
148 if (visibleAnnotations != null) {
149 visibleAnnotations = visibleAnnotations.copy(cp, null);
150 newAttributes.add(visibleAnnotations);
ClassFile.java 219 AttributeInfo visibleAnnotations
221 if (visibleAnnotations != null) {
222 visibleAnnotations = visibleAnnotations.copy(cp, null);
223 newAttributes.add(visibleAnnotations);
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
asm-tree-5.0.3.jar 
asm-tree-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/misc/common/asm/
asm-tree-5.2.jar 
asm-tree-6.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
asm-tree-5.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
asm-tree-5.0.1.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
asm-tree-5.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.1/
asm-tree-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.4/
asm-tree-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.1/
asm-tree-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.2/
asm-tree-5.2.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.4/
asm-tree-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/
kotlin-annotation-processing-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.3/
kotlin-annotation-processing-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.51/
kotlin-annotation-processing-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.0/
kotlin-annotation-processing-gradle-1.2.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-tree-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-tree-6.0.jar 

Completed in 90 milliseconds

1 2 3