Home
last modified time | relevance | path

Searched refs:getLiteralName (Results 1 – 25 of 36) sorted by relevance

12

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestVocabulary.java47 Assert.assertEquals(tokenNames[i], vocabulary.getLiteralName(i)); in testVocabularyFromTokenNames()
51 Assert.assertNull(vocabulary.getLiteralName(i)); in testVocabularyFromTokenNames()
55 Assert.assertNull(vocabulary.getLiteralName(i)); in testVocabularyFromTokenNames()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/
H A DVocabularySingle.swift119 public func getLiteralName(_ tokenType: Int) -> String? { in getLiteralName() function
147 if let literalName = getLiteralName(tokenType) { in getDisplayName()
H A DRecognizer.swift57 if let literalName = vocabulary.getLiteralName(i) { in getATN()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/
H A DVocabulary.cpp65 std::string Vocabulary::getLiteralName(size_t tokenType) const { in getLiteralName() function in Vocabulary
93 std::string literalName = getLiteralName(tokenType); in getDisplayName()
H A DVocabulary.h118 virtual std::string getLiteralName(size_t tokenType) const;
H A DRecognizer.cpp48 std::string literalName = vocabulary.getLiteralName(i); in getTokenTypeMap()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/
H A DVocabulary.cpp65 std::string Vocabulary::getLiteralName(size_t tokenType) const { in getLiteralName() function in Vocabulary
93 std::string literalName = getLiteralName(tokenType); in getDisplayName()
H A DVocabulary.h119 virtual std::string getLiteralName(size_t tokenType) const;
H A DRecognizer.cpp48 std::string literalName = vocabulary.getLiteralName(i); in getTokenTypeMap()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/
H A DVocabulary.cpp57 std::string Vocabulary::getLiteralName(size_t tokenType) const { in getLiteralName() function in Vocabulary
85 std::string literalName = getLiteralName(tokenType); in getDisplayName()
H A DVocabulary.h117 virtual std::string getLiteralName(size_t tokenType) const;
H A DRecognizer.cpp48 std::string literalName = vocabulary.getLiteralName(i); in getTokenTypeMap()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/
H A DVocabulary.cpp69 std::string Vocabulary::getLiteralName(size_t tokenType) const { in getLiteralName() function in Vocabulary
97 std::string literalName = getLiteralName(tokenType); in getDisplayName()
H A DVocabulary.h122 virtual std::string getLiteralName(size_t tokenType) const;
H A DRecognizer.cpp49 std::string literalName = vocabulary.getLiteralName(i); in getTokenTypeMap()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/
H A DVocabularyImpl.java134 public String getLiteralName(int tokenType) { in getLiteralName() method in VocabularyImpl
164 String literalName = getLiteralName(tokenType); in getDisplayName()
H A DVocabulary.java59 String getLiteralName(int tokenType); in getLiteralName() method
H A DRecognizer.java73 String literalName = vocabulary.getLiteralName(i); in getTokenTypeMap()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/parsers/action_expression/generated/
H A DActionExpressionLexer.cpp91 std::string name = _vocabulary.getLiteralName(i); in Initializer()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/tree/xpath/
H A DXPathLexer.cpp110 std::string name = _vocabulary.getLiteralName(i); in Initializer()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/tree/xpath/
H A DXPathLexer.cpp110 std::string name = _vocabulary.getLiteralName(i); in Initializer()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/tree/xpath/
H A DXPathLexer.cpp110 std::string name = _vocabulary.getLiteralName(i); in Initializer()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/tree/xpath/
H A DXPathLexer.cpp97 std::string name = _vocabulary.getLiteralName(i); in Initializer()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/parsers/arg_parser/generated/
H A DArgumentListLexer.cpp99 std::string name = _vocabulary.getLiteralName(i); in Initializer()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/
H A DXPathLexer.java49 tokenNames[i] = VOCABULARY.getLiteralName(i);

12