Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
java.util.List<SwitchCase> |
SwitchStatement.getCases()
Returns case statement list.
|
Modifier and Type | Method and Description |
---|---|
void |
SwitchStatement.addCase(SwitchCase switchCase)
Adds a switch case statement to the end of the list.
|
Modifier and Type | Method and Description |
---|---|
void |
SwitchStatement.setCases(java.util.List<SwitchCase> cases)
Sets case statement list, and sets the parent of each child
case to this node.
|