Searched defs:tokenTypes (Results 1 – 7 of 7) sorted by relevance
70 protected static void randomPhrase(Grammar g, List<Integer> tokenTypes, String startRule) { in randomPhrase()197 List<Integer> tokenTypes = new ArrayList<Integer>(100); in main() local
77 private final TokenType[] tokenTypes; field in CssTokens176 TokenType[] tokenTypes) { in CssTokens()299 private List<TokenType> tokenTypes = null; field in CssTokens.Lexer
225 SmallVector<Type, 1> tokenTypes( in addAsyncDependencyAfter() local
614 public void reverseIndex( HashSet<int> tokenTypes ) in reverseIndex()
691 public void reverseIndex( HashSet<int> tokenTypes ) in reverseIndex()
776 def consumeUntil(self, input, tokenTypes): argument
800 def consumeUntil(self, input, tokenTypes): argument