Uses of Class
org.mozilla.javascript.ast.Label
Packages that use Label
-
Uses of Label in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return LabelModifier and TypeMethodDescriptionLabeledStatement.getFirstLabel()
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 LabelMethods in org.mozilla.javascript.ast with parameters of type LabelModifier and TypeMethodDescriptionvoid
Adds a label and sets its parent to this node.Method parameters in org.mozilla.javascript.ast with type arguments of type Label