Home
last modified time | relevance | path

Searched refs:currentMatch (Results 1 – 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DLexerCore.java89 protected Token currentMatch; field in LexerCore
160 return this.currentMatch; in getNextToken()
214 this.currentMatch = new Token(); in match()
215 this.currentMatch.tokenValue = id; in match()
216 this.currentMatch.tokenType = ID; in match()
221 this.currentMatch = new Token(); in match()
222 this.currentMatch.tokenValue = id; in match()
223 this.currentMatch.tokenType = SAFE; in match()
232 this.currentMatch = new Token(); in match()
233 this.currentMatch.tokenValue = nexttok; in match()
[all …]