Home | History | Annotate | Download | only in runtime

Lines Matching defs:alt

68                 List alt = alts[i];
70 buf.append(alt.toString());
138 List alt = readAlt(in);
139 alts[i] = alt;
146 List alt = new ArrayList();
148 if ( A!='A' ) throw new IOException("missing A on start of alt");
154 alt.add(new TokenRef(ttype));
159 alt.add(new RuleRef(ruleIndex));
173 alt.add(b);
178 //System.out.println("exit alt");
179 return alt;