Home
last modified time | relevance | path

Searched refs:outerLocalVariable (Results 1 – 4 of 4) sorted by relevance

/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/lookup/
H A DBlockScope.java280 public void emulateOuterAccess(LocalVariableBinding outerLocalVariable) { in emulateOuterAccess() argument
284 != outerLocalVariable.declaringScope.methodScope()) { in emulateOuterAccess()
293 currentType.addSyntheticArgumentAndField(outerLocalVariable); in emulateOuterAccess()
295 currentType.addSyntheticArgument(outerLocalVariable); in emulateOuterAccess()
591 public VariableBinding[] getEmulationPath(LocalVariableBinding outerLocalVariable) { in getEmulationPath() argument
597 if (currentMethodScope == outerLocalVariable.declaringScope.methodScope()) { in getEmulationPath()
598 return new VariableBinding[] { outerLocalVariable }; in getEmulationPath()
605 …if ((syntheticArg = ((NestedTypeBinding) sourceType).getSyntheticArgument(outerLocalVariable)) != … in getEmulationPath()
612 if ((syntheticField = sourceType.getSyntheticField(outerLocalVariable)) != null) { in getEmulationPath()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/
H A DBlockScope.java314 public void emulateOuterAccess(LocalVariableBinding outerLocalVariable) { in emulateOuterAccess() argument
317 if ((currentMethodScope = this.methodScope()) != outerLocalVariable.declaringScope in emulateOuterAccess()
328 currentType.addSyntheticArgumentAndField(outerLocalVariable); in emulateOuterAccess()
330 currentType.addSyntheticArgument(outerLocalVariable); in emulateOuterAccess()
880 LocalVariableBinding outerLocalVariable) { in getEmulationPath() argument
886 if (currentMethodScope == outerLocalVariable.declaringScope in getEmulationPath()
888 return new VariableBinding[] { outerLocalVariable }; in getEmulationPath()
896 .getSyntheticArgument(outerLocalVariable)) != null) { in getEmulationPath()
904 .getSyntheticField(outerLocalVariable)) != null) { in getEmulationPath()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DBlockScope.java301 public void emulateOuterAccess(LocalVariableBinding outerLocalVariable) { in emulateOuterAccess() argument
302 BlockScope outerVariableScope = outerLocalVariable.declaringScope; in emulateOuterAccess()
316 lambdaExpression.addSyntheticArgument(outerLocalVariable); in emulateOuterAccess()
335 currentType.addSyntheticArgumentAndField(outerLocalVariable); in emulateOuterAccess()
337 currentType.addSyntheticArgument(outerLocalVariable); in emulateOuterAccess()
748 public VariableBinding[] getEmulationPath(LocalVariableBinding outerLocalVariable) {
753 BlockScope variableScope = outerLocalVariable.declaringScope;
755 return new VariableBinding[] { outerLocalVariable };
761 if ((syntheticArgument = lambda.getSyntheticArgument(outerLocalVariable)) != null) {
769 …if ((syntheticArg = ((NestedTypeBinding) sourceType).getSyntheticArgument(outerLocalVariable)) != …
[all …]
/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 DBlockScope.java347 public void emulateOuterAccess(LocalVariableBinding outerLocalVariable) { in emulateOuterAccess() argument
348 BlockScope outerVariableScope = outerLocalVariable.declaringScope; in emulateOuterAccess()
362 lambdaExpression.addSyntheticArgument(outerLocalVariable); in emulateOuterAccess()
381 currentType.addSyntheticArgumentAndField(outerLocalVariable); in emulateOuterAccess()
383 currentType.addSyntheticArgument(outerLocalVariable); in emulateOuterAccess()
806 public VariableBinding[] getEmulationPath(LocalVariableBinding outerLocalVariable) {
811 BlockScope variableScope = outerLocalVariable.declaringScope;
813 return new VariableBinding[] { outerLocalVariable };
819 if ((syntheticArgument = lambda.getSyntheticArgument(outerLocalVariable)) != null) {
827 …if ((syntheticArg = ((NestedTypeBinding) sourceType).getSyntheticArgument(outerLocalVariable)) != …
[all …]