Home
last modified time | relevance | path

Searched defs:tokenTypes (Results 1 – 7 of 7) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/tool/
DRandomPhrase.java70 protected static void randomPhrase(Grammar g, List<Integer> tokenTypes, String startRule) { in randomPhrase()
197 List<Integer> tokenTypes = new ArrayList<Integer>(100); in main() local
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java77 private final TokenType[] tokenTypes; field in CssTokens
176 TokenType[] tokenTypes) { in CssTokens()
299 private List<TokenType> tokenTypes = null; field in CssTokens.Lexer
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DAsyncRegionRewriter.cpp225 SmallVector<Type, 1> tokenTypes( in addAsyncDependencyAfter() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs614 public void reverseIndex( HashSet<int> tokenTypes ) in reverseIndex()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs691 public void reverseIndex( HashSet<int> tokenTypes ) in reverseIndex()
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py776 def consumeUntil(self, input, tokenTypes): argument
/external/antlr/runtime/Python/antlr3/
Drecognizers.py800 def consumeUntil(self, input, tokenTypes): argument