Home
last modified time | relevance | path

Searched refs:TOKEN_NAMES (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Ruby/test/unit/
Dtest-trees.rb793 TOKEN_NAMES = %w( constant in TestTreeContext
797 Tokens = TokenScheme.build( TOKEN_NAMES )
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg319 TOKEN_NAMES: array [0..<length(tokenNames)>+3] of String = (
427 SetLength(Result,Length(T<grammar.composite.rootGrammar.recognizerName>.TOKEN_NAMES));
428 for I := 0 to Length(T<grammar.composite.rootGrammar.recognizerName>.TOKEN_NAMES) - 1 do
429 Result[I] := T<grammar.composite.rootGrammar.recognizerName>.TOKEN_NAMES[I];