Home
last modified time | relevance | path

Searched defs:peekNextToken (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DLexerCore.java166 public Token peekNextToken() throws ParseException { in peekNextToken() method in LexerCore
170 public Token[] peekNextToken(int ntokens) throws ParseException { in peekNextToken() method in LexerCore
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp74 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer