Searched refs:xParamIndexArgs (Results 1 - 6 of 6) sorted by relevance

/external/annotation-tools/asmx/test/conform/org/objectweb/asm/
H A DAnnotationVerifier$AnnotationRecorder.classAnnotationVerifier.java package org.objectweb.asm org.objectweb.asm.AnnotationVerifier$AnnotationRecorder extends ...
H A DAnnotationVerifier.java281 private List<Integer> xParamIndexArgs; field in class:AnnotationVerifier.AnnotationRecorder
308 xParamIndexArgs = new ArrayList<Integer>();
345 xParamIndexArgs.add(param_index);
422 verifyList(sb, "visitXParamIndex()", 1, this.xParamIndexArgs, ar.xParamIndexArgs);
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
H A DSafeTypeAnnotationVisitor.java55 private final List<Integer> xParamIndexArgs; field in class:SafeTypeAnnotationVisitor
79 xParamIndexArgs = new ArrayList<Integer>(1);
201 xParamIndexArgs.add(param_index);
413 appendMessage(xParamIndexArgs, correctLengthParamIndex, "visitXParamIndex", sb);
H A DClassAnnotationSceneReader.java232 private final List<Integer> xParamIndexArgs; field in class:ClassAnnotationSceneReader.AnnotationSceneReader
302 this.xParamIndexArgs = new ArrayList<Integer>(1);
502 xParamIndexArgs.add(param_index);
698 if (!xParamIndexArgs.isEmpty()) {
699 return new BoundLocation(xParamIndexArgs.get(0), -1);
701 if (strict) { System.err.println("makeTypeParameterLocation with empty xParamIndexArgs!"); }
712 if (!xParamIndexArgs.isEmpty()) {
713 return new BoundLocation(xParamIndexArgs.get(0), xBoundIndexArgs.get(0));
715 if (strict) { System.err.println("makeBoundLocation with empty xParamIndexArgs!"); }
799 return xParamIndexArgs
[all...]
/external/annotation-tools/scene-lib/test/annotations/tests/classfile/
H A DAnnotationVerifier.java345 private List<Integer> xParamIndexArgs; field in class:AnnotationVerifier.AnnotationRecorder
373 xParamIndexArgs = new ArrayList<Integer>();
411 xParamIndexArgs.add(param_index);
497 verifyList(sb, "visitXParamIndex()", 1, this.xParamIndexArgs, ar.xParamIndexArgs);
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 197 milliseconds