Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding
Packages that use SyntheticArgumentBinding
Package
Description
-
Uses of SyntheticArgumentBinding in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as SyntheticArgumentBindingFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast with type parameters of type SyntheticArgumentBindingMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return SyntheticArgumentBindingModifier and TypeMethodDescriptionLambdaExpression.addSyntheticArgument(ReferenceBinding enclosingType) LambdaExpression.getSyntheticArgument(LocalVariableBinding actualOuterLocalVariable) -
Uses of SyntheticArgumentBinding in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as SyntheticArgumentBindingModifier and TypeFieldDescriptionNestedTypeBinding.enclosingInstancesMethodScope.extraSyntheticArgumentsNestedTypeBinding.outerLocalVariablesMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return SyntheticArgumentBindingModifier and TypeMethodDescriptionNestedTypeBinding.addSyntheticArgument(LocalVariableBinding actualOuterLocalVariable) NestedTypeBinding.addSyntheticArgument(ReferenceBinding targetEnclosingType) NestedTypeBinding.addSyntheticArgumentAndField(LocalVariableBinding actualOuterLocalVariable) NestedTypeBinding.addSyntheticArgumentAndField(ReferenceBinding targetEnclosingType) NestedTypeBinding.getSyntheticArgument(LocalVariableBinding actualOuterLocalVariable) NestedTypeBinding.getSyntheticArgument(ReferenceBinding targetEnclosingType, boolean onlyExactMatch, boolean scopeIsConstructorCall) NestedTypeBinding.syntheticEnclosingInstances()NestedTypeBinding.syntheticOuterLocalVariables()ParameterizedTypeBinding.syntheticOuterLocalVariables()TypeBinding.syntheticOuterLocalVariables()