Lines Matching refs:INDEX
77 * Each of these parses an index file into a {@link AScene}.
925 // the local variable is specified by bytecode index/range
926 int index = expectNonNegative(matchNNInteger());
931 loc = new LocalLocation(index, scopeStart, scopeLength);
940 // default the variable index to 0, the most common case
982 int index = expectNonNegative(matchNNInteger());
988 loc = RelativeLocation.createIndex(index, type_index);
1006 int index = expectNonNegative(matchNNInteger());
1007 loc = RelativeLocation.createIndex(index, 0);
1025 int index = expectNonNegative(matchNNInteger());
1026 loc = RelativeLocation.createIndex(index, 0);
1105 int index = expectNonNegative(matchNNInteger());
1111 loc = RelativeLocation.createIndex(index, type_index);
1254 entry = newASTEntry(Kind.ARRAY_ACCESS, new String[] {ASTPath.EXPRESSION, ASTPath.INDEX});
1399 int index = matchNNInteger();
1400 return new ASTPath.ASTEntry(kind, arg, index);
1514 // Reads the index file in this.st and puts the information in this.scene.
1645 * Reads annotations from <code>in</code> in index file format and merges
1656 * index file. Similarly, retention policies on definitions of annotations
1670 * Reads annotations from the index file <code>filename</code> and merges
1681 * Reads annotations from the string (in index file format) and merges