Home
last modified time | relevance | path

Searched refs:hasReportedError (Results 1 – 19 of 19) sorted by relevance

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DAllocationExpression.java92 boolean hasReportedError; field in AllocationExpression.ResolutionState
502 state.hasReportedError = true;
519 if (this.suspendedResolutionState != null && this.suspendedResolutionState.hasReportedError)
708 if (reportErrors && !this.suspendedResolutionState.hasReportedError) {
713 this.suspendedResolutionState.hasReportedError = true;
723 this.suspendedResolutionState.hasReportedError = true;
732 …date && this.suspendedResolutionState != null && !this.suspendedResolutionState.hasReportedError) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test059/
H A DParser_out.java24 protected boolean hasReportedError; field in Parser
H A DParser_in.java22 protected boolean hasReportedError; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test057/
H A DA_out.java24 protected boolean hasReportedError; field in Parser
H A DA_in.java22 protected boolean hasReportedError; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test061/
H A DParser_in.java42 protected boolean hasReportedError; field in Parser
H A DParser_out.java39 protected boolean hasReportedError; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test058/
H A DA_in.java42 protected boolean hasReportedError; field in Parser
H A DA_out.java39 protected boolean hasReportedError; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test060/
H A DParser_in.java42 protected boolean hasReportedError; field in Parser
H A DParser_out.java39 protected boolean hasReportedError; field in Parser
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/
H A DToolErrorReporter.java115 public boolean hasReportedError() { in hasReportedError() method in ToolErrorReporter
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/jsc/
H A DMain.java38 if (!main.reporter.hasReportedError()) { in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetParser.java862 this.hasReportedError = false; in resumeOnSyntaxError()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java132 protected boolean hasReportedError; field in Parser
7963 this.hasReportedError = false; in initialize()
8209 this.hasReportedError = false; in parse()
8226 if (!this.hasReportedError) { in parse()
8248 if (!this.hasReportedError){ in parse()
8250 this.hasReportedError = true; in parse()
8264 if (!this.hasReportedError){ in parse()
8266 this.hasReportedError = true; in parse()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java937 protected boolean hasReportedError; field in Parser
10581 this.hasReportedError = false; in initialize()
10927 this.hasReportedError = false; in parse()
10955 if (!this.hasReportedError) { in parse()
10996 if (!this.hasReportedError){ in parse()
10998 this.hasReportedError = true; in parse()
11025 if (!this.hasReportedError){ in parse()
11027 this.hasReportedError = true; in parse()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/
H A DSelectionParser.java594 this.hasReportedError = true; in consumeEnterAnonymousClassBody()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DParser.java885 protected boolean hasReportedError; field in Parser
12312 this.hasReportedError = false; in initialize()
12655 this.hasReportedError = false; in parse()
12683 if (!this.hasReportedError) { in parse()
12724 if (!this.hasReportedError){ in parse()
12726 this.hasReportedError = true; in parse()
12753 if (!this.hasReportedError){ in parse()
12755 this.hasReportedError = true; in parse()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionParser.java2590 this.hasReportedError = true; // do not report any error in consumeConstructorHeaderName()