Uses of Class
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.eclipse.jdt.core.dom
Subclasses of VariableDeclaration in org.eclipse.jdt.core.domModifier and TypeClassDescriptionclass
Single variable declaration AST node type.class
Variable declaration fragment AST node type, used in field declarations, local variable declarations,ForStatement
initializers, andLambdaExpression
parameters.Methods in org.eclipse.jdt.core.dom that return VariableDeclarationModifier and TypeMethodDescriptionTypePattern.getPatternVariable2()
Returns the pattern variable of Types Pattern.Methods in org.eclipse.jdt.core.dom with parameters of type VariableDeclarationModifier and TypeMethodDescriptionvoid
TypePattern.setPatternVariable
(VariableDeclaration patternVariable2) Sets the pattern variable.