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 TypeClassDescriptionclassSingle variable declaration AST node type.classVariable declaration fragment AST node type, used in field declarations, local variable declarations,ForStatementinitializers, andLambdaExpressionparameters.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 TypeMethodDescriptionvoidTypePattern.setPatternVariable(VariableDeclaration patternVariable2) Sets the pattern variable.