Searched defs:currentLexerName (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java88 protected String currentLexerName; field in class:LexerCore
126 this.currentLexerName = lexerName;
131 this.currentLexerName = "charLexer";
138 this.currentLexerName = lexerName;

Completed in 1113 milliseconds