Home
last modified time | relevance | path

Searched refs:argumentsHaveErrors (Results 1 – 13 of 13) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetAllocationExpression.java167 this.argumentsHaveErrors = scope.compilerOptions().sourceLevel < ClassFileConstants.JDK1_5; in resolveType()
172 this.argumentsHaveErrors = true; in resolveType()
174 if (this.argumentsHaveErrors && typeReference instanceof Wildcard) { in resolveType()
182 if (this.argumentsHaveErrors) { in resolveType()
195 this.argumentsHaveErrors = false; in resolveType()
206 this.argumentsHaveErrors = true; in resolveType()
209 if (this.argumentsHaveErrors) { in resolveType()
H A DCodeSnippetMessageSend.java221 this.argumentsHaveErrors = false; // typeChecks all arguments in resolveType()
225 this.argumentsHaveErrors = true; in resolveType()
228 if (this.argumentsHaveErrors) { in resolveType()
234 this.argumentsHaveErrors = false; // typeChecks all arguments in resolveType()
245 this.argumentsHaveErrors = true; in resolveType()
247 if (this.argumentsHaveErrors) { in resolveType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DAllocationExpression.java93 public boolean argumentsHaveErrors = false; field in AllocationExpression
383 this.argumentsHaveErrors = sourceLevel < ClassFileConstants.JDK1_5; in resolveType()
388 this.argumentsHaveErrors = true; in resolveType()
390 if (this.argumentsHaveErrors && typeReference instanceof Wildcard) { in resolveType()
398 if (this.argumentsHaveErrors) { in resolveType()
410 this.argumentsHaveErrors = false; in resolveType()
423 this.argumentsHaveErrors = true; in resolveType()
426 if (this.argumentsHaveErrors) { in resolveType()
559 …if (this.argumentsHaveErrors || this.binding == null || !this.binding.isValidBinding() || targetTy…
H A DJavadocAllocationExpression.java52 this.argumentsHaveErrors = false; in internalResolveType()
63 this.argumentsHaveErrors = true; in internalResolveType()
68 if (this.argumentsHaveErrors) { in internalResolveType()
H A DJavadocMessageSend.java58 this.argumentsHaveErrors = false; // typeChecks all arguments in internalResolveType()
69 this.argumentsHaveErrors = true; in internalResolveType()
74 if (this.argumentsHaveErrors) { in internalResolveType()
H A DMessageSend.java141 public boolean argumentsHaveErrors = false; field in MessageSend
759 this.argumentsHaveErrors = sourceLevel < ClassFileConstants.JDK1_5; // typeChecks all arguments in resolveType()
764 this.argumentsHaveErrors = true; in resolveType()
766 if (this.argumentsHaveErrors && typeReference instanceof Wildcard) { in resolveType()
770 if (this.argumentsHaveErrors) { in resolveType()
781 this.argumentsHaveErrors = false; // typeChecks all arguments in resolveType()
794 this.argumentsHaveErrors = true; in resolveType()
797 if (this.argumentsHaveErrors) { in resolveType()
1069 …if (this.argumentsHaveErrors || this.binding == null || !this.binding.isValidBinding() || targetTy…
1092 …if (this.argumentsHaveErrors || this.binding == null || !this.binding.isValidBinding() || targetTy…
H A DLambdaExpression.java288 boolean argumentsHaveErrors = false; in resolveType()
297 argumentsHaveErrors = true; in resolveType()
312 argumentsHaveErrors = true; in resolveType()
320 argumentsHaveErrors = true; in resolveType()
323 argumentsHaveErrors = true; in resolveType()
333 if (!argumentsTypeElided && !argumentsHaveErrors) { in resolveType()
406 if (!argumentsHaveErrors) { in resolveType()
412 if (!argumentsTypeElided && !argumentsHaveErrors && this.binding.isVarargs()) { in resolveType()
441 …if (haveDescriptor && !argumentsHaveErrors && blockScope.compilerOptions().isAnnotationBasedNullAn… in resolveType()
474 return (argumentsHaveErrors|parametersHaveErrors) ? null : this.resolvedType; in resolveType()
H A DQualifiedAllocationExpression.java406 this.argumentsHaveErrors = sourceLevel < ClassFileConstants.JDK1_5; in resolveTypeForQualifiedAllocationExpression()
411 this.argumentsHaveErrors = true; in resolveTypeForQualifiedAllocationExpression()
413 if (this.argumentsHaveErrors && typeReference instanceof Wildcard) { in resolveTypeForQualifiedAllocationExpression()
421 if (this.argumentsHaveErrors) { in resolveTypeForQualifiedAllocationExpression()
444 this.argumentsHaveErrors = hasError = true; in resolveTypeForQualifiedAllocationExpression()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DAllocationExpression.java81 public boolean argumentsHaveErrors; field in AllocationExpression
389 this.argumentsHaveErrors = sourceLevel < ClassFileConstants.JDK1_5; in resolveType()
394 this.argumentsHaveErrors = true; in resolveType()
396 if (this.argumentsHaveErrors && typeReference instanceof Wildcard) { in resolveType()
404 if (this.argumentsHaveErrors) { in resolveType()
418 this.argumentsHaveErrors = false; in resolveType()
431 this.argumentsHaveErrors = true; in resolveType()
438 if (this.argumentsHaveErrors) { in resolveType()
H A DJavadocAllocationExpression.java49 this.argumentsHaveErrors = false; in internalResolveType()
60 this.argumentsHaveErrors = true; in internalResolveType()
65 if (this.argumentsHaveErrors) { in internalResolveType()
H A DJavadocMessageSend.java56 this.argumentsHaveErrors = false; // typeChecks all arguments in internalResolveType()
67 this.argumentsHaveErrors = true; in internalResolveType()
72 if (this.argumentsHaveErrors) { in internalResolveType()
H A DMessageSend.java119 public boolean argumentsHaveErrors; field in MessageSend
616 this.argumentsHaveErrors = sourceLevel < ClassFileConstants.JDK1_5; // typeChecks all arguments in resolveType()
621 this.argumentsHaveErrors = true; in resolveType()
623 if (this.argumentsHaveErrors && typeReference instanceof Wildcard) { in resolveType()
627 if (this.argumentsHaveErrors) { in resolveType()
639 this.argumentsHaveErrors = false; // typeChecks all arguments in resolveType()
652 this.argumentsHaveErrors = true; in resolveType()
662 if (this.argumentsHaveErrors) { in resolveType()
H A DQualifiedAllocationExpression.java373 this.argumentsHaveErrors = sourceLevel < ClassFileConstants.JDK1_5; in resolveTypeForQualifiedAllocationExpression()
378 this.argumentsHaveErrors = true; in resolveTypeForQualifiedAllocationExpression()
380 if (this.argumentsHaveErrors && typeReference instanceof Wildcard) { in resolveTypeForQualifiedAllocationExpression()
388 if (this.argumentsHaveErrors) { in resolveTypeForQualifiedAllocationExpression()