Class VariableDeclaration

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclaration
Direct Known Subclasses:
SingleVariableDeclaration, VariableDeclarationFragment

public abstract class VariableDeclaration extends ASTNode
Abstract base class of all AST node types that declare a single variable.
 VariableDeclaration:
    SingleVariableDeclaration
    VariableDeclarationFragment
 
Since:
2.0
See Also: