HomeSort by relevance Sort by last modified time
    Searched defs:lookAheadTokens (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/compiler/
Lex.java 31 private Token lookAheadTokens;
43 lookAheadTokens = null;
52 if (lookAheadTokens == null)
56 currentToken = t = lookAheadTokens;
57 lookAheadTokens = lookAheadTokens.next;
70 Token tk = lookAheadTokens;
72 lookAheadTokens = tk = currentToken; // reuse an object!
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 185 milliseconds