Uses of Class
org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration

Packages that use AbstractVariableDeclaration
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.formatter   
 

Uses of AbstractVariableDeclaration in org.eclipse.jdt.internal.codeassist.complete
 

Subclasses of AbstractVariableDeclaration in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnArgumentName
           
 class CompletionOnFieldName
           
 class CompletionOnFieldType
           
 class CompletionOnLocalName
           
 

Uses of AbstractVariableDeclaration in org.eclipse.jdt.internal.codeassist.select
 

Subclasses of AbstractVariableDeclaration in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnArgumentName
           
 class SelectionOnFieldType
           
 class SelectionOnLocalName
           
 

Uses of AbstractVariableDeclaration in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of AbstractVariableDeclaration in org.eclipse.jdt.internal.compiler.ast
 class Argument
           
 class FakedTrackingVariable
          A faked local variable declaration used for keeping track of data flows of a special variable.
 class FieldDeclaration
           
 class Initializer
           
 class LocalDeclaration
           
 class TypeParameter
           
 

Uses of AbstractVariableDeclaration in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type AbstractVariableDeclaration
 void ProblemReporter.assignmentHasNoEffect(AbstractVariableDeclaration location, char[] name)
           
 void ProblemReporter.possibleHeapPollutionFromVararg(AbstractVariableDeclaration vararg)
           
 void ProblemReporter.variableTypeCannotBeVoid(AbstractVariableDeclaration varDecl)
           
 void ProblemReporter.variableTypeCannotBeVoidArray(AbstractVariableDeclaration varDecl)
           
 

Uses of AbstractVariableDeclaration in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type AbstractVariableDeclaration
protected  IJavaElement MatchLocator.createHandle(AbstractVariableDeclaration variableDeclaration, IJavaElement parent)
          Create an handle for a local variable declaration (may be a local variable or type parameter).
 

Uses of AbstractVariableDeclaration in org.eclipse.jdt.internal.formatter
 

Subclasses of AbstractVariableDeclaration in org.eclipse.jdt.internal.formatter
static class CodeFormatterVisitor.MultiFieldDeclaration