Lines Matching refs:IdentifierToken

116     // go away, and the corresponding "IdentifierToken" methods
124 public void packageDeclaration(long off, IdentifierToken nm) {
142 public void importClass(long off, IdentifierToken nm) {
148 * @deprecated Use the version with the IdentifierToken arguments.
160 public void importPackage(long off, IdentifierToken nm) {
166 * @deprecated Use the version with the IdentifierToken arguments.
179 int mod, IdentifierToken nm,
180 IdentifierToken sup,
181 IdentifierToken impl[]) {
196 * @deprecated Use the version with the IdentifierToken arguments.
224 * @deprecated Use the version with the IdentifierToken arguments.
238 IdentifierToken nm, IdentifierToken args[],
239 IdentifierToken exp[], Node val) {
260 * @deprecated Use the version with the IdentifierToken arguments.
397 ext.addElement(new IdentifierToken(idNull));
402 body = parseClassBody(new IdentifierToken(tp, idNull),
1188 IdentifierToken id = scanner.getIdToken();
1390 protected IdentifierToken parseName(boolean star) throws SyntaxError, IOException {
1391 IdentifierToken res = scanner.getIdToken();
1507 private IdentifierToken aNames[] = new IdentifierToken[aTypes.length];
1509 private void addArgument(int mod, Type t, IdentifierToken nm) {
1515 IdentifierToken newANames[] = new IdentifierToken[aCount * 2];
1596 new IdentifierToken(idClassInit), null, null,
1610 IdentifierToken id = null;
1623 id = new IdentifierToken(idInit);
1645 IdentifierToken an = scanner.getIdToken();
1676 IdentifierToken anames[] = new IdentifierToken[aCount];
1683 IdentifierToken exp[] = null;
1693 exp = new IdentifierToken[v.size()];
1889 IdentifierToken nm = scanner.getIdToken();
1930 protected ClassDefinition parseClassBody(IdentifierToken nm, int mod,
1935 IdentifierToken sup = null;
1938 env.error(((IdentifierToken)impl.elementAt(0)).getWhere(),
1945 env.error(((IdentifierToken)ext.elementAt(1)).getWhere(),
1948 sup = (IdentifierToken)ext.elementAt(0);
1955 IdentifierToken implids[] = new IdentifierToken[impl.size()];
2027 IdentifierToken id = parseName(false);
2038 IdentifierToken id = parseName(true);