Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
java.util.List<VariableInitializer> |
VariableDeclaration.getVariables()
Returns variable list.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableDeclaration.addVariable(VariableInitializer v)
Adds a variable initializer node to the child list.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableDeclaration.setVariables(java.util.List<VariableInitializer> variables)
Sets variable list
|