/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | UnwantedTokenException.cs | 63 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()
|
D | MissingTokenException.cs | 69 …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()
|
D | MismatchedTokenException.cs | 68 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()
|
D | Lexer.cs | 344 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | UnwantedTokenException.cs | 57 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()
|
D | MissingTokenException.cs | 63 …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()
|
D | MismatchedTokenException.cs | 65 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()
|
D | Lexer.cs | 280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage()
|
/external/antlr/runtime/ObjC/Framework/ |
D | BaseRecognizer.h | 58 __strong AMutableArray *tokenNames; variable
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 158 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()
|
D | TreeWizard.java | 134 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/ |
D | AbstractTParser.java | 57 public void displayRecognitionError(String[] tokenNames, RecognitionException e) {
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestSymbolDefinitions.java | 53 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/ |
D | TreeWizard.cs | 185 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()
|
D | TreeParser.cs | 181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeWizard.cs | 165 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()
|
D | TreeParser.cs | 165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3treeparser.inl | 79 void TreeParser<ImplTraits>::displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* …
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | TreeParser.js | 101 getErrorMessage: function(e, tokenNames) { argument
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
D | BaseRecognizer.js | 236 displayRecognitionError: function(tokenNames, e) { argument 292 getErrorMessage: function(e, tokenNames) { argument
|
D | Lexer.js | 220 getErrorMessage: function(e, tokenNames) { argument
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | Strip.java | 72 public void rewrite(TreeAdaptor adaptor, CommonTree t, String[] tokenNames) throws Exception { in rewrite()
|
/external/antlr/runtime/Python/antlr3/ |
D | recognizers.py | 146 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
|
D | treewizard.py | 44 def computeTokenTypes(tokenNames): argument 322 def __init__(self, adaptor=None, tokenNames=None, typeMap=None): argument
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()
|