Uses of Class
org.mozilla.javascript.ast.SwitchCase
-
Uses of SwitchCase in org.mozilla.javascript.ast
Modifier and TypeMethodDescriptionvoid
SwitchStatement.addCase
(SwitchCase switchCase) Adds a switch case statement to the end of the list.Modifier and TypeMethodDescriptionvoid
SwitchStatement.setCases
(List<SwitchCase> cases) Sets case statement list, and sets the parent of each child case to this node.