Home
last modified time | relevance | path

Searched refs:RecognitionException (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g92 public void recover(IntStream input, RecognitionException re) {
101 throws RecognitionException
103 RecognitionException e = null;
134 public void reportError(RecognitionException e) {
138 …public void reportError(@Nullable Marker marker, RecognitionException e, boolean alreadyReported) {
168 public void displayRecognitionError(String[] tokenNames, RecognitionException e) {
172 …void displayRecognitionError(@Nonnull Marker marker, String[] tokenNames, RecognitionException e) {
204 catch [RecognitionException re] {
213 catch [RecognitionException re] {
222 catch [RecognitionException re] {
[all …]
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.java48 public final void mT__21() throws RecognitionException { in mT__21()
68 public final void mT__22() throws RecognitionException { in mT__22()
88 public final void mT__23() throws RecognitionException { in mT__23()
108 public final void mT__24() throws RecognitionException { in mT__24()
128 public final void mT__25() throws RecognitionException { in mT__25()
148 public final void mT__26() throws RecognitionException { in mT__26()
168 public final void mFOR() throws RecognitionException { in mFOR()
189 public final void mINT_TYPE() throws RecognitionException { in mINT_TYPE()
210 public final void mCHAR() throws RecognitionException { in mCHAR()
231 public final void mVOID() throws RecognitionException { in mVOID()
[all …]
DSimpleCTP.java57 public final void program() throws RecognitionException { in program()
100 catch (RecognitionException re) { in program()
113 public final void declaration() throws RecognitionException { in declaration()
192 catch (RecognitionException re) { in declaration()
205 public final void variable() throws RecognitionException { in variable()
229 catch (RecognitionException re) { in variable()
242 public final void declarator() throws RecognitionException { in declarator()
252 catch (RecognitionException re) { in declarator()
265 public final void functionHeader() throws RecognitionException { in functionHeader()
319 catch (RecognitionException re) { in functionHeader()
[all …]
DSimpleCParser.java72 public final SimpleCParser.program_return program() throws RecognitionException { in program()
132 catch (RecognitionException re) { in program()
151 public final SimpleCParser.declaration_return declaration() throws RecognitionException { in declaration()
286 catch (RecognitionException re) { in declaration()
305 public final SimpleCParser.variable_return variable() throws RecognitionException { in variable()
377 catch (RecognitionException re) { in variable()
396 public final SimpleCParser.declarator_return declarator() throws RecognitionException { in declarator()
425 catch (RecognitionException re) { in declarator()
444 public final SimpleCParser.functionHeader_return functionHeader() throws RecognitionException { in functionHeader()
591 catch (RecognitionException re) { in functionHeader()
[all …]
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java396 public String getErrorMessage(RecognitionException e, String[] tokenNames) { in getErrorMessage()
404 public String getErrorHeader(RecognitionException e) { in getErrorHeader()
412 public final ClassDef smali_file() throws RecognitionException { in smali_file()
480 public final smaliTreeWalker.header_return header() throws RecognitionException { in header()
535 catch (RecognitionException re) { in header()
555 public final smaliTreeWalker.class_spec_return class_spec() throws RecognitionException { in class_spec()
578 catch (RecognitionException re) { in class_spec()
593 public final String super_spec() throws RecognitionException { in super_spec()
614 catch (RecognitionException re) { in super_spec()
629 public final String implements_spec() throws RecognitionException { in implements_spec()
[all …]
DsmaliParser.java324 public String getErrorMessage(RecognitionException e, in getErrorMessage()
382 public String getErrorHeader(RecognitionException e) { in getErrorHeader()
484 public final smaliParser.smali_file_return smali_file() throws RecognitionException { in smali_file()
731 catch (RecognitionException re) { in smali_file()
755 public final smaliParser.class_spec_return class_spec() throws RecognitionException { in class_spec()
815 catch (RecognitionException re) { in class_spec()
837 public final smaliParser.super_spec_return super_spec() throws RecognitionException { in super_spec()
895 catch (RecognitionException re) { in super_spec()
917 public final smaliParser.implements_spec_return implements_spec() throws RecognitionException { in implements_spec()
975 catch (RecognitionException re) { in implements_spec()
[all …]
/external/antlr/runtime/Python/antlr3/
Dexceptions.py42 class RecognitionException(Exception): class
196 class MismatchedTokenException(RecognitionException):
200 RecognitionException.__init__(self, input)
259 class MismatchedRangeException(RecognitionException):
263 RecognitionException.__init__(self, input)
276 class MismatchedSetException(RecognitionException):
280 RecognitionException.__init__(self, input)
302 class NoViableAltException(RecognitionException):
308 RecognitionException.__init__(self, input)
322 class EarlyExitException(RecognitionException):
[all …]
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DImplicitReferenceTest.java34 import org.antlr.runtime.RecognitionException;
41 public void testImplicitMethodReferences() throws IOException, RecognitionException { in testImplicitMethodReferences()
72 public void testExplicitMethodReferences() throws IOException, RecognitionException { in testExplicitMethodReferences()
103 public void testImplicitMethodLiterals() throws IOException, RecognitionException { in testImplicitMethodLiterals()
128 public void testExplicitMethodLiterals() throws IOException, RecognitionException { in testExplicitMethodLiterals()
153 public void testImplicitFieldReferences() throws IOException, RecognitionException { in testImplicitFieldReferences()
184 public void testExplicitFieldReferences() throws IOException, RecognitionException { in testExplicitFieldReferences()
215 public void testImplicitFieldLiterals() throws IOException, RecognitionException { in testImplicitFieldLiterals()
238 public void testExplicitFieldLiterals() throws IOException, RecognitionException { in testExplicitFieldLiterals()
DBaksmaliTestUtils.java37 import org.antlr.runtime.RecognitionException;
52 RecognitionException { in assertSmaliCompiledEquals()
64 BaksmaliOptions options) throws IOException, RecognitionException { in assertSmaliCompiledEquals()
69 throws IOException, RecognitionException { in assertSmaliCompiledEquals()
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java27 import org.antlr.runtime.RecognitionException;
164 public final void mLONGLITERAL() throws RecognitionException { in mLONGLITERAL()
185 public final void mINTLITERAL() throws RecognitionException { in mINTLITERAL()
205 public final void mIntegerNumber() throws RecognitionException { in mIntegerNumber()
367 public final void mHexPrefix() throws RecognitionException { in mHexPrefix()
421 public final void mHexDigit() throws RecognitionException { in mHexDigit()
445 public final void mLongSuffix() throws RecognitionException { in mLongSuffix()
469 public final void mNonIntegerNumber() throws RecognitionException { in mNonIntegerNumber()
858 public final void mExponent() throws RecognitionException { in mExponent()
938 public final void mFloatSuffix() throws RecognitionException { in mFloatSuffix()
[all …]
DJavaParser.java26 import org.antlr.runtime.RecognitionException;
466 public final void compilationUnit() throws RecognitionException { in compilationUnit()
631 catch (RecognitionException re) { in compilationUnit()
654 public final void packageDeclaration() throws RecognitionException { in packageDeclaration()
682 catch (RecognitionException re) { in packageDeclaration()
705 public final void importDeclaration() throws RecognitionException { in importDeclaration()
988 catch (RecognitionException re) { in importDeclaration()
1011 public final void qualifiedImportName() throws RecognitionException { in qualifiedImportName()
1069 catch (RecognitionException re) { in qualifiedImportName()
1092 public final void typeDeclaration() throws RecognitionException { in typeDeclaration()
[all …]
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeFilter.java31 import org.antlr.runtime.RecognitionException;
80 public void rule() throws RecognitionException; in rule()
106 catch (RecognitionException e) { ; } in applyOnce()
122 public void rule() throws RecognitionException {
129 public void rule() throws RecognitionException {
137 public void topdown() throws RecognitionException {;} in topdown()
138 public void bottomup() throws RecognitionException {;} in bottomup()
DTreeRewriter.java31 import org.antlr.runtime.RecognitionException;
36 public Object rule() throws RecognitionException; in rule()
72 catch (RecognitionException e) { ; } in applyOnce()
111 public Object rule() throws RecognitionException { return topdown(); }
116 public Object rule() throws RecognitionException { return bottomup(); }
122 public Object topdown() throws RecognitionException { return null; } in topdown()
123 public Object bottomup() throws RecognitionException { return null; } in bottomup()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs76 public class RecognitionException : Exception class
130 public RecognitionException() in RecognitionException() method in Antlr.Runtime.RecognitionException
135 public RecognitionException(IIntStream input) in RecognitionException() method in Antlr.Runtime.RecognitionException
140 public RecognitionException(IIntStream input, int k) in RecognitionException() method in Antlr.Runtime.RecognitionException
145 public RecognitionException(string message) in RecognitionException() method in Antlr.Runtime.RecognitionException
150 public RecognitionException(string message, IIntStream input) in RecognitionException() method in Antlr.Runtime.RecognitionException
155 public RecognitionException(string message, IIntStream input, int k) in RecognitionException() method in Antlr.Runtime.RecognitionException
160 public RecognitionException(string message, Exception innerException) in RecognitionException() method in Antlr.Runtime.RecognitionException
165 public RecognitionException(string message, IIntStream input, Exception innerException) in RecognitionException() method in Antlr.Runtime.RecognitionException
170 … public RecognitionException(string message, IIntStream input, int k, Exception innerException) in RecognitionException() method in Antlr.Runtime.RecognitionException
[all …]
DBaseRecognizer.cs229 public virtual void ReportError( RecognitionException e ) in ReportError()
245 RecognitionException e ) in DisplayRecognitionError()
275 public virtual string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage()
392 public virtual string GetErrorHeader( RecognitionException e ) in GetErrorHeader()
446 public virtual void Recover( IIntStream input, RecognitionException re ) in Recover()
699 RecognitionException e = null; in RecoverFromMismatchedToken()
733 RecognitionException e, in RecoverFromMismatchedSet()
785 RecognitionException e, in GetMissingSymbol()
1178 protected virtual void DebugRecognitionException(RecognitionException ex) in DebugRecognitionException()
1182 dbg.RecognitionException(ex); in DebugRecognitionException()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs75 public class RecognitionException : Exception { class
123 public RecognitionException() in RecognitionException() method in Antlr.Runtime.RecognitionException
127 public RecognitionException(IIntStream input) in RecognitionException() method in Antlr.Runtime.RecognitionException
131 public RecognitionException(string message) in RecognitionException() method in Antlr.Runtime.RecognitionException
135 public RecognitionException(string message, IIntStream input) in RecognitionException() method in Antlr.Runtime.RecognitionException
139 public RecognitionException(string message, Exception innerException) in RecognitionException() method in Antlr.Runtime.RecognitionException
143 public RecognitionException(string message, IIntStream input, Exception innerException) in RecognitionException() method in Antlr.Runtime.RecognitionException
165 protected RecognitionException(SerializationInfo info, StreamingContext context) in RecognitionException() method in Antlr.Runtime.RecognitionException
DBaseRecognizer.cs207 public virtual void ReportError(RecognitionException e) { in ReportError()
221 RecognitionException e) { in DisplayRecognitionError()
250 public virtual string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage()
335 public virtual string GetErrorHeader(RecognitionException e) { in GetErrorHeader()
378 public virtual void Recover(IIntStream input, RecognitionException re) { in Recover()
617 RecognitionException e = null; in RecoverFromMismatchedToken()
649 RecognitionException e, in RecoverFromMismatchedSet()
698 RecognitionException e, in GetMissingSymbol()
1039 protected virtual void DebugRecognitionException(RecognitionException ex) { in DebugRecognitionException()
1042 dbg.RecognitionException(ex); in DebugRecognitionException()
/external/antlr/runtime/ObjC/Framework/
DBaseRecognizer.h110 - (void) reportError:(RecognitionException *)e;
111 - (void) displayRecognitionError:(AMutableArray *)theTokNams Exception:(RecognitionException *)e;
112 - (NSString *)getErrorMessage:(RecognitionException *)e TokenNames:(AMutableArray *)theTokNams;
114 - (NSString *)getErrorHeader:(RecognitionException *)e;
117 - (void) recover:(id<IntStream>)anInput Exception:(RecognitionException *)e;
134 Exception:(RecognitionException *)e
139 Exception:(RecognitionException *)e
151 - (AMutableArray *) getRuleInvocationStack:(RecognitionException *)exception
DCommonErrorNode.h43 RecognitionException *trappedException;
49 Exception:(RecognitionException *) e;
54 Exception:(RecognitionException *) e;
66 @property (retain) RecognitionException *trappedException;
DTreeParser.h58 Exception:(RecognitionException *) e
80 - (NSString *)getErrorHeader:(RecognitionException *)e;
82 - (NSString *)getErrorMessage:(RecognitionException *)e TokenNames:(AMutableArray *) tokenNames;
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterpreter.java97 catch (RecognitionException re) { in nextToken()
129 throws RecognitionException in scan()
155 throws RecognitionException in scan()
162 throws RecognitionException in scan()
172 throws RecognitionException in parse()
192 throws RecognitionException in parse()
198 throws RecognitionException in parse()
204 catch (RecognitionException re) { in parse()
220 throws RecognitionException in parseEngine()
381 throw new RecognitionException(input); // unknown error in parseEngine()
[all …]
DGrammarSyntaxMessage.java30 import org.antlr.runtime.RecognitionException;
41 public RecognitionException exception;
46 RecognitionException exception) in GrammarSyntaxMessage()
55 RecognitionException exception) in GrammarSyntaxMessage()
/external/antlr/runtime/Python3/antlr3/
Dexceptions.py42 class RecognitionException(Exception): class
196 class MismatchedTokenException(RecognitionException):
258 class MismatchedRangeException(RecognitionException):
275 class MismatchedSetException(RecognitionException):
301 class NoViableAltException(RecognitionException):
321 class EarlyExitException(RecognitionException):
330 class FailedPredicateException(RecognitionException):
352 class MismatchedTreeNodeException(RecognitionException):
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java101 throws RecognitionException in match()
176 public void reportError(RecognitionException e) { in reportError()
190 RecognitionException e) in displayRecognitionError()
219 public String getErrorMessage(RecognitionException e, String[] tokenNames) { in getErrorMessage()
311 public String getErrorHeader(RecognitionException e) { in getErrorHeader()
353 public void recover(IntStream input, RecognitionException re) { in recover()
589 throws RecognitionException in recoverFromMismatchedToken()
591 RecognitionException e = null; in recoverFromMismatchedToken()
623 RecognitionException e, in recoverFromMismatchedSet()
625 throws RecognitionException in recoverFromMismatchedSet()
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeParser.cs102 public override void ReportError( RecognitionException e ) in ReportError()
104 dbg.RecognitionException( e ); in ReportError()
108 RecognitionException e, in GetMissingSymbol()

12345678910