Home
last modified time | relevance | path

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

123

/external/antlr/antlr-3.4/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/antlr-3.4/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.cs336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java150 public String getErrorMessage(RecognitionException e, String[] tokenNames) { in getErrorMessage()
180 String[] tokenNames, in inContext()
222 …protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goa… in getAncestor()
DTreeWizard.java131 public TreeWizard(TreeAdaptor adaptor, String[] tokenNames) { in TreeWizard()
136 public TreeWizard(String[] tokenNames) { in TreeWizard()
143 public Map computeTokenTypes(String[] tokenNames) { in computeTokenTypes()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseRecognizer.h60 NSArray *tokenNames; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.h59 __strong AMutableArray *tokenNames; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseRecognizer.h60 NSArray *tokenNames; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseRecognizer.h60 NSArray *tokenNames; variable
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
DAbstractTParser.java57 public void displayRecognitionError(String[] tokenNames, RecognitionException e) {
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestSymbolDefinitions.java51 String tokenNames = "A, B, C"; in testParserSimpleTokens() local
65 String tokenNames = "A, B, C, D"; in testParserTokensSection() local
79 String tokenNames = "A, C, D"; in testLexerTokensSection() local
93 String tokenNames = "A, B, C, D, 'c'"; in testTokensSectionWithAssignmentSection() local
106 String tokenNames = "C, FOO, ID, 'begin', 'end', ';'"; in testCombinedGrammarLiterals() local
135 String tokenNames = "A, 'a'"; in testCombinedGrammarWithRefToLiteralButNoTokenIDRef() local
146 String tokenNames = "A, 'a', B, 'b'"; in testSetDoesNotMissTokenAliases() local
/external/antlr/antlr-3.4/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()
/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js101 getErrorMessage: function(e, tokenNames) { argument
/external/antlr/antlr-3.4/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
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DStrip.java72 public void rewrite(TreeAdaptor adaptor, CommonTree t, String[] tokenNames) throws Exception { in rewrite()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()

123