Home
last modified time | relevance | path

Searched refs:inRecursiveFunction (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DTypeVariableBinding.java322 if (!this.inRecursiveFunction) { in annotatedDebugName()
323 this.inRecursiveFunction = true; in annotatedDebugName()
492 if (this.inRecursiveFunction) in enterRecursiveFunction()
494 this.inRecursiveFunction = true; in enterRecursiveFunction()
511 this.inRecursiveFunction = true; in isProperType()
529 this.inRecursiveFunction = true; in substituteInferenceVariable()
601 if (this.inRecursiveFunction) in mentionsAny()
603 this.inRecursiveFunction = true; in mentionsAny()
621 if (this.inRecursiveFunction) in collectInferenceVariables()
623 this.inRecursiveFunction = true; in collectInferenceVariables()
[all …]
H A DCaptureBinding18.java120 if (this.inRecursiveFunction) in isCompatibleWith()
122 this.inRecursiveFunction = true; in isCompatibleWith()
132 this.inRecursiveFunction = false; in isCompatibleWith()
150 if (this.inRecursiveFunction) return this; in substituteInferenceVariable()
151 this.inRecursiveFunction = true; in substituteInferenceVariable()
219 this.inRecursiveFunction = false; in substituteInferenceVariable()
226 if (this.inRecursiveFunction) in isProperType()
228 this.inRecursiveFunction = true; in isProperType()
239 this.inRecursiveFunction = false; in isProperType()
H A DWildcardBinding.java566 boolean inRecursiveFunction = false; field in WildcardBinding
570 if (this.inRecursiveFunction) in enterRecursiveFunction()
572 this.inRecursiveFunction = true; in enterRecursiveFunction()
577 this.inRecursiveFunction = false; in exitRecursiveFunction()
581 if (this.inRecursiveFunction) in isProperType()
583 this.inRecursiveFunction = true; in isProperType()
595 this.inRecursiveFunction = false; in isProperType()
928 if (this.inRecursiveFunction) in mentionsAny()
930 this.inRecursiveFunction = true; in mentionsAny()
942 this.inRecursiveFunction = false; in mentionsAny()
H A DCaptureBinding.java293 if (!this.inRecursiveFunction) { // CaptureBinding18 can be recursive indeed in nullAnnotatedReadableName()
294 this.inRecursiveFunction = true; in nullAnnotatedReadableName()
310 this.inRecursiveFunction = false; in nullAnnotatedReadableName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DTypeVariableBinding.java422 if (!this.inRecursiveFunction) { in annotatedDebugName()
423 this.inRecursiveFunction = true; in annotatedDebugName()
598 if (this.inRecursiveFunction) in enterRecursiveFunction()
600 this.inRecursiveFunction = true; in enterRecursiveFunction()
627 this.inRecursiveFunction = true; in isProperType()
646 this.inRecursiveFunction = true; in substituteInferenceVariable()
721 if (this.inRecursiveFunction) in mentionsAny()
723 this.inRecursiveFunction = true; in mentionsAny()
742 if (this.inRecursiveFunction) in collectInferenceVariables()
744 this.inRecursiveFunction = true; in collectInferenceVariables()
[all …]
H A DCaptureBinding18.java142 if (this.inRecursiveFunction) in isCompatibleWith()
144 this.inRecursiveFunction = true; in isCompatibleWith()
178 this.inRecursiveFunction = false; in isCompatibleWith()
198 if (this.inRecursiveFunction) return this; in substituteInferenceVariable()
199 this.inRecursiveFunction = true; in substituteInferenceVariable()
274 this.inRecursiveFunction = false; in substituteInferenceVariable()
282 if (this.inRecursiveFunction) in isProperType()
284 this.inRecursiveFunction = true; in isProperType()
295 this.inRecursiveFunction = false; in isProperType()
H A DWildcardBinding.java701 if (this.inRecursiveFunction) in enterRecursiveFunction()
703 this.inRecursiveFunction = true; in enterRecursiveFunction()
708 this.inRecursiveFunction = false; in exitRecursiveFunction()
713 if (this.inRecursiveFunction) in isProperType()
715 this.inRecursiveFunction = true; in isProperType()
727 this.inRecursiveFunction = false; in isProperType()
1049 if (this.inRecursiveFunction) in mentionsAny()
1051 this.inRecursiveFunction = true; in mentionsAny()
1063 this.inRecursiveFunction = false; in mentionsAny()
1075 if (!this.inRecursiveFunction) { in updateTagBits()
[all …]
H A DCaptureBinding.java149 if (this.inRecursiveFunction) { in genericTypeSignature()
154 this.inRecursiveFunction = true; in genericTypeSignature()
158 this.inRecursiveFunction = false; in genericTypeSignature()
438 if (!this.inRecursiveFunction) { // CaptureBinding18 can be recursive indeed in nullAnnotatedReadableName()
439 this.inRecursiveFunction = true; in nullAnnotatedReadableName()
455 this.inRecursiveFunction = false; in nullAnnotatedReadableName()