| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
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(List<VariableInitializer> variables)
Sets variable list
|
Copyright © 2023 HtmlUnit. All rights reserved.