Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclaration
Packages that use VariableDeclaration
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of VariableDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of VariableDeclaration in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassSingle variable declaration AST node type.classVariable declaration fragment AST node type, used in field declarations, local variable declarations,ForStatementinitializers, andLambdaExpressionparameters. -
Uses of VariableDeclaration in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type VariableDeclarationModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(VariableDeclaration node)booleanHierarchicalASTVisitor.visit(VariableDeclaration node)