Uses of Class
org.mozilla.javascript.ast.SwitchCase
-
Packages that use SwitchCase Package Description org.mozilla.javascript.ast -
-
Uses of SwitchCase in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return types with arguments of type SwitchCase Modifier and Type Method Description java.util.List<SwitchCase>
SwitchStatement. getCases()
Returns case statement list.Methods in org.mozilla.javascript.ast with parameters of type SwitchCase Modifier and Type Method Description void
SwitchStatement. addCase(SwitchCase switchCase)
Adds a switch case statement to the end of the list.Method parameters in org.mozilla.javascript.ast with type arguments of type SwitchCase Modifier and Type Method Description void
SwitchStatement. setCases(java.util.List<SwitchCase> cases)
Sets case statement list, and sets the parent of each child case to this node.
-