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

Packages that use AbstractVariableDeclaration
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
 

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 Receiver
           
 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)