HomeSort by relevance Sort by last modified time
    Searched refs:xlocations (Results 1 - 2 of 2) sorted by null

  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
TraceTypeAnnotationVisitor.java 36 private TypePathEntry xlocations[]; field in class:TraceTypeAnnotationVisitor
186 for(int i = 0; i < xlocations.length ; i++) {
191 buf.append(xlocations[i]);
215 this.xlocations = new TypePathEntry[this.xlocation_length];
223 this.xlocations[xlocations_index] = location;
  /external/annotation-tools/asmx/src/org/objectweb/asm/
TypeAnnotationWriter.java 97 private TypePathEntry xlocations[]; field in class:TypeAnnotationWriter
127 this.xlocations = null;
345 this.xlocations = new TypePathEntry[location_length];
352 this.xlocations[this.xlocations_index] = location;

Completed in 78 milliseconds