VariableDeclarator
Defines the declaration of a variable.
Parameters
name
The identifier for this variable. IE. The variables name.
initializer
What this variable should be initialized to. An com.github.javaparser.ast.expr.AssignExpr is unnecessary as the = operator is already added.
This constructor is used by the parser and is considered private.