示例#1
0
 /*Get a lookahead token value */
 public virtual int LA(int i)
 {
     fill(i);
     return(queue.elementAt(markerOffset + i - 1).Type);
 }