Home | History | Annotate | Download | only in core

Lines Matching defs:currentMatch

89     protected Token currentMatch;
160 return this.currentMatch;
214 this.currentMatch = new Token();
215 this.currentMatch.tokenValue = id;
216 this.currentMatch.tokenType = ID;
221 this.currentMatch = new Token();
222 this.currentMatch.tokenValue = id;
223 this.currentMatch.tokenType = SAFE;
232 this.currentMatch = new Token();
233 this.currentMatch.tokenValue = nexttok;
234 this.currentMatch.tokenType = tok;
242 this.currentMatch = new Token();
243 this.currentMatch.tokenValue =
245 this.currentMatch.tokenType = tok;
251 this.currentMatch = new Token();
252 this.currentMatch.tokenValue =
254 this.currentMatch.tokenType = tok;
264 /*this.currentMatch = new Token();
265 this.currentMatch.tokenValue =
267 this.currentMatch.tokenType = tok;*/
274 return this.currentMatch;