Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.VariableBinding
Packages, die VariableBinding verwenden
Package
Beschreibung
-
Verwendungen von VariableBinding in org.aspectj.ajdt.internal.compiler.lookup
Unterklassen von VariableBinding in org.aspectj.ajdt.internal.compiler.lookupModifizierer und TypKlasseBeschreibungclassUsed for field references within the body of an around advice to force the use of public access methods.classclass -
Verwendungen von VariableBinding in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die deklariert sind als VariableBindingModifizierer und TypFeldBeschreibungVariableBinding[][]ExplicitConstructorCall.implicitArgumentsMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die VariableBinding zurückgebenModifizierer und TypMethodeBeschreibungExpression.nullAnnotatedVariableBinding(boolean supportTypeAnnotations) Used on the lhs of an assignment for detecting null spec violation.FieldReference.nullAnnotatedVariableBinding(boolean supportTypeAnnotations) QualifiedNameReference.nullAnnotatedVariableBinding(boolean supportTypeAnnotations) SingleNameReference.nullAnnotatedVariableBinding(boolean supportTypeAnnotations) Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ VariableBindingModifizierer und TypMethodeBeschreibungstatic intNullAnnotationMatching.checkAssignment(BlockScope currentScope, FlowContext flowContext, VariableBinding var, FlowInfo flowInfo, int nullStatus, Expression expression, TypeBinding providedType) Check null-ness of 'var' against a possible null annotationbooleanNameReference.checkEffectiveFinality(VariableBinding localBinding, Scope scope) -
Verwendungen von VariableBinding in org.aspectj.org.eclipse.jdt.internal.compiler.flow
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.flow mit Parametern vom Typ VariableBindingModifizierer und TypMethodeBeschreibungprotected booleanFinallyFlowContext.recordFinalAssignment(VariableBinding binding, Reference finalAssignment) protected booleanFlowContext.recordFinalAssignment(VariableBinding variable, Reference finalReference) protected booleanLoopingFlowContext.recordFinalAssignment(VariableBinding binding, Reference finalAssignment) voidFlowContext.recordSettingFinal(VariableBinding variable, Reference finalReference, FlowInfo flowInfo) -
Verwendungen von VariableBinding in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Unterklassen von VariableBinding in org.aspectj.org.eclipse.jdt.internal.compiler.lookupModifizierer und TypKlasseBeschreibungclassclassclassclassclassclassBinding denoting a field after type substitution got performed.classBinding denoting a record component after type substitution got performed.classclassclassclassFelder in org.aspectj.org.eclipse.jdt.internal.compiler.lookup, die deklariert sind als VariableBindingModifizierer und TypFeldBeschreibungstatic final VariableBinding[]BlockScope.EmulationPathToImplicitThisstatic final VariableBinding[]BlockScope.NoEnclosingInstanceInConstructorCallstatic final VariableBinding[]BlockScope.NoEnclosingInstanceInStaticContextMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup, die VariableBinding zurückgebenModifizierer und TypMethodeBeschreibungBlockScope.getEmulationPath(LocalVariableBinding outerLocalVariable) -
Verwendungen von VariableBinding in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ VariableBindingModifizierer und TypMethodeBeschreibungvoidProblemReporter.cannotReferToNonEffectivelyFinalOuterLocal(VariableBinding local, ASTNode location) voidProblemReporter.cannotReferToNonFinalField(VariableBinding local, ASTNode location) voidProblemReporter.cannotReferToNonFinalLocalInGuard(VariableBinding local, ASTNode location) voidProblemReporter.nullityMismatchVariableIsFreeTypeVariable(VariableBinding variable, ASTNode location)