|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Label | |
|---|---|
| org.mozilla.javascript.ast | |
| Uses of Label in org.mozilla.javascript.ast |
|---|
| Methods in org.mozilla.javascript.ast that return Label | |
|---|---|
Label |
LabeledStatement.getFirstLabel()
|
Label |
LabeledStatement.getLabelByName(String name)
Returns label with specified name from the label list for this labeled statement. |
| Methods in org.mozilla.javascript.ast that return types with arguments of type Label | |
|---|---|
List<Label> |
LabeledStatement.getLabels()
Returns label list |
| Methods in org.mozilla.javascript.ast with parameters of type Label | |
|---|---|
void |
LabeledStatement.addLabel(Label label)
Adds a label and sets its parent to this node. |
| Method parameters in org.mozilla.javascript.ast with type arguments of type Label | |
|---|---|
void |
LabeledStatement.setLabels(List<Label> labels)
Sets label list, setting the parent of each label in the list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||