Searched defs:checkToken (Results 1 – 6 of 6) sorted by relevance
43 boolean checkToken(Token.ID... choices); in checkToken() method
224 public boolean checkToken(Token.ID... choices) { in checkToken() method in ScannerImpl
112 public static final void checkToken( String token ) throws ParseException { in checkToken() method in Parser
64 public boolean checkToken(Token.ID... choices) { in checkToken() method in CanonicalScanner
1608 func checkToken(t *testing.T, tok text.Token, idx int, r R, in string) { func
1346 func checkToken(t *testing.T, tok json.Token, idx int, r R, in string) { func