Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
Packages that use AbstractVariableDeclaration
Package
Description
-
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type AbstractVariableDeclarationModifier and TypeMethodDescriptionprotected voidCompletionElementNotifier.notifySourceElementRequestor(AbstractVariableDeclaration variableDeclaration, TypeDeclaration declaringType) -
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.completeModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Modifier and TypeClassDescriptionclassclassclass -
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as AbstractVariableDeclarationMethods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type AbstractVariableDeclarationModifier and TypeMethodDescriptionprotected Object[][]SourceElementNotifier.getArgumentInfos(AbstractVariableDeclaration[] arguments) protected voidSourceElementNotifier.notifySourceElementRequestor(AbstractVariableDeclaration fieldDeclaration, TypeDeclaration declaringType) -
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Modifier and TypeClassDescriptionclassclassA faked local variable declaration used for keeping track of data flows of a special variable.classclassclassclassclassclassFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as AbstractVariableDeclarationMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return AbstractVariableDeclarationModifier and TypeMethodDescriptionAbstractMethodDeclaration.arguments(boolean includedElided) ConstructorDeclaration.arguments(boolean includedElided) TypeDeclaration.protoFieldDeclarations() -
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as AbstractVariableDeclarationMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type AbstractVariableDeclarationModifier and TypeMethodDescriptionvoidSourceTypeBinding.checkAndFlagHeapPollution(MethodBinding method, AbstractVariableDeclaration argument) voidLocalVariableBinding.fillInDefaultNonNullness(AbstractVariableDeclaration sourceField, Scope scope) voidRecordComponentBinding.fillInDefaultNonNullness(AbstractVariableDeclaration sourceField, Scope scope) voidVariableBinding.fillInDefaultNonNullness(AbstractVariableDeclaration sourceField, Scope scope) Applicable only forFieldBindingandRecordComponentBinding. -
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type AbstractVariableDeclarationModifier and TypeMethodDescriptionvoidProblemReporter.assignmentHasNoEffect(AbstractVariableDeclaration location, char[] name) voidProblemReporter.duplicateFieldInType(SourceTypeBinding type, AbstractVariableDeclaration variableDeclaration) voidProblemReporter.duplicateModifierForVariable(AbstractVariableDeclaration localDecl, boolean complainForArgument) voidProblemReporter.illegalExtendedDimensions(AbstractVariableDeclaration aVarDecl) voidProblemReporter.illegalExtendedDimensionsForRecordComponent(AbstractVariableDeclaration aVarDecl) voidProblemReporter.illegalModifierForVariable(AbstractVariableDeclaration localDecl, boolean complainAsArgument) voidProblemReporter.illegalThisDeclaration(AbstractVariableDeclaration argument) voidProblemReporter.illegalVararg(AbstractVariableDeclaration argType, AbstractMethodDeclaration methodDecl) voidProblemReporter.nullAnnotationIsRedundant(AbstractVariableDeclaration sourceField) voidProblemReporter.possibleHeapPollutionFromVararg(AbstractVariableDeclaration vararg) voidProblemReporter.recordComponentOverrideIncompatibleNullness(AbstractVariableDeclaration component, MethodBinding inheritedMethod, ReferenceBinding declaringClass) voidProblemReporter.variableTypeCannotBeVoid(AbstractVariableDeclaration varDecl) voidProblemReporter.variableTypeCannotBeVoidArray(AbstractVariableDeclaration varDecl) voidProblemReporter.varLocalCannotBeArrayInitalizers(AbstractVariableDeclaration varDecl) voidProblemReporter.varLocalInitializedToNull(AbstractVariableDeclaration varDecl) voidProblemReporter.varLocalInitializedToVoid(AbstractVariableDeclaration varDecl) voidProblemReporter.varLocalMultipleDeclarators(AbstractVariableDeclaration varDecl) voidProblemReporter.varLocalWithoutInitizalier(AbstractVariableDeclaration varDecl) -
Uses of AbstractVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type AbstractVariableDeclarationModifier and TypeMethodDescriptionprotected IJavaElementMatchLocator.createHandle(AbstractVariableDeclaration variableDeclaration, IJavaElement parent) Create an handle for a local variable declaration (may be a local variable or type parameter).protected IJavaElementMatchLocator.createHandle(AbstractVariableDeclaration fieldDeclaration, TypeDeclaration typeDeclaration, IJavaElement parent) Creates an IField from the given field declaration and type.protected voidMatchLocator.reportMatching(AbstractVariableDeclaration variable, FieldDeclaration[] otherFields, TypeDeclaration type, IJavaElement parent, int accuracy, boolean typeInHierarchy, MatchingNodeSet nodeSet) Visit the given field declaration and report the nodes that match exactly the search pattern (i.e.