OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stderrDuringParse
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSyntaxErrors.java
44
String result =
stderrDuringParse
;
58
String result =
stderrDuringParse
;
71
String result =
stderrDuringParse
;
88
String result =
stderrDuringParse
;
TestAutoAST.java
676
assertEquals("line 1:4 extraneous input '34' expecting ID\n", this.
stderrDuringParse
);
692
assertEquals("line 1:4 missing ID at '='\n", this.
stderrDuringParse
);
708
assertEquals("line 1:0 mismatched input 'x' expecting set null\n", this.
stderrDuringParse
);
722
assertEquals("line 1:3 missing INT at '<EOF>'\n", this.
stderrDuringParse
);
737
assertEquals("line 1:3 mismatched input '<EOF>' expecting INT\n", this.
stderrDuringParse
);
753
assertEquals("line 1:4 extraneous input 'ick' expecting INT\n", this.
stderrDuringParse
);
767
assertEquals("line 1:0 missing ID at '34'\n", this.
stderrDuringParse
);
786
assertEquals("line 1:0 missing ID at '34'\n", this.
stderrDuringParse
);
803
assertEquals("line 1:0 no viable alternative at input '*'\n", this.
stderrDuringParse
);
TestRewriteAST.java
[
all
...]
BaseTest.java
77
protected String
stderrDuringParse
;
356
this.
stderrDuringParse
= null;
383
this.
stderrDuringParse
= stderrVacuum.toString();
814
if ( this.
stderrDuringParse
==null ) {
817
String[] lines = this.
stderrDuringParse
.split("\n");
Completed in 113 milliseconds