Class VariableDeclarationFragment

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclaration
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclarationFragment

public class VariableDeclarationFragment extends VariableDeclaration
Variable declaration fragment AST node type, used in field declarations, local variable declarations, ForStatement initializers, and LambdaExpression parameters. In contrast to SingleVariableDeclaration, fragments are missing the modifiers and the type; these are either located in the fragment's parent node, or inferred (for lambda parameters).
 VariableDeclarationFragment:
    Identifier { Dimension } [ = Expression ]
 
Since:
2.0