Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
Label |
LabeledStatement.getFirstLabel() |
Label |
LabeledStatement.getLabelByName(java.lang.String name)
Returns label with specified name from the label list for
this labeled statement.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Label> |
LabeledStatement.getLabels()
Returns label list
|
Modifier and Type | Method and Description |
---|---|
void |
LabeledStatement.addLabel(Label label)
Adds a label and sets its parent to this node.
|
Modifier and Type | Method and Description |
---|---|
void |
LabeledStatement.setLabels(java.util.List<Label> labels)
Sets label list, setting the parent of each label
in the list.
|