Home
last modified time | relevance | path

Searched defs:tokenNames (Results 1 – 25 of 55) sorted by relevance

123

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnwantedTokenException.cs63 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException()
68 …c UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException()
73 …TokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exceptio… in UnwantedTokenException()
DMissingTokenException.cs69 …c MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames) in MissingTokenException()
75 …ception(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames) in MissingTokenException()
81 …ring message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exceptio… in MissingTokenException()
DMismatchedTokenException.cs68 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in MismatchedTokenException()
77 …MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames) in MismatchedTokenException()
86 …TokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exceptio… in MismatchedTokenException()
DLexer.cs344 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnwantedTokenException.cs57 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException()
61 …c UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException()
65 …TokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exceptio… in UnwantedTokenException()
DMissingTokenException.cs63 …c MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames) in MissingTokenException()
68 …ception(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames) in MissingTokenException()
73 …ring message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exceptio… in MissingTokenException()
DMismatchedTokenException.cs65 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in MismatchedTokenException()
72 …MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames) in MismatchedTokenException()
81 …TokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exceptio… in MismatchedTokenException()
DLexer.cs280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage()
/external/antlr/runtime/ObjC/Framework/
DBaseRecognizer.h58 __strong AMutableArray *tokenNames; variable
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java158 public String getErrorMessage(RecognitionException e, String[] tokenNames) { in getErrorMessage()
188 String[] tokenNames, in inContext()
230 …protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goa… in getAncestor()
DTreeWizard.java134 public TreeWizard(TreeAdaptor adaptor, String[] tokenNames) { in TreeWizard()
139 public TreeWizard(String[] tokenNames) { in TreeWizard()
146 public Map<String, Integer> computeTokenTypes(String[] tokenNames) { in computeTokenTypes()
/external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
DAbstractTParser.java57 public void displayRecognitionError(String[] tokenNames, RecognitionException e) {
/external/antlr/tool/src/test/java/org/antlr/test/
DTestSymbolDefinitions.java53 String tokenNames = "A, B, C"; in testParserSimpleTokens() local
67 String tokenNames = "A, B, C, D"; in testParserTokensSection() local
81 String tokenNames = "A, C, D"; in testLexerTokensSection() local
95 String tokenNames = "A, B, C, D, 'c'"; in testTokensSectionWithAssignmentSection() local
108 String tokenNames = "C, FOO, ID, 'begin', 'end', ';'"; in testCombinedGrammarLiterals() local
137 String tokenNames = "A, 'a'"; in testCombinedGrammarWithRefToLiteralButNoTokenIDRef() local
148 String tokenNames = "A, 'a', B, 'b'"; in testSetDoesNotMissTokenAliases() local
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs185 public TreeWizard( ITreeAdaptor adaptor, string[] tokenNames ) in TreeWizard()
191 public TreeWizard( string[] tokenNames ) in TreeWizard()
201 public virtual IDictionary<string, int> ComputeTokenTypes( string[] tokenNames ) in ComputeTokenTypes()
DTreeParser.cs181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs165 public TreeWizard(ITreeAdaptor adaptor, string[] tokenNames) { in TreeWizard()
170 public TreeWizard(string[] tokenNames) : in TreeWizard()
179 public virtual IDictionary<string, int> ComputeTokenTypes(string[] tokenNames) { in ComputeTokenTypes()
DTreeParser.cs165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage()
/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.inl79 void TreeParser<ImplTraits>::displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* …
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js101 getErrorMessage: function(e, tokenNames) { argument
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js236 displayRecognitionError: function(tokenNames, e) { argument
292 getErrorMessage: function(e, tokenNames) { argument
DLexer.js220 getErrorMessage: function(e, tokenNames) { argument
/external/antlr/tool/src/main/java/org/antlr/tool/
DStrip.java72 public void rewrite(TreeAdaptor adaptor, CommonTree t, String[] tokenNames) throws Exception { in rewrite()
/external/antlr/runtime/Python/antlr3/
Drecognizers.py146 tokenNames = None variable in BaseRecognizer
290 def displayRecognitionError(self, tokenNames, e): argument
296 def getErrorMessage(self, e, tokenNames): argument
1283 def getErrorMessage(self, e, tokenNames): argument
Dtreewizard.py44 def computeTokenTypes(tokenNames): argument
322 def __init__(self, adaptor=None, tokenNames=None, typeMap=None): argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()

123