Uses of Class
org.mozilla.javascript.ast.SwitchCase
Packages that use SwitchCase
-
Uses of SwitchCase in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return types with arguments of type SwitchCaseMethods in org.mozilla.javascript.ast with parameters of type SwitchCaseModifier and TypeMethodDescriptionvoid
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 SwitchCaseModifier and TypeMethodDescriptionvoid
SwitchStatement.setCases
(List<SwitchCase> cases) Sets case statement list, and sets the parent of each child case to this node.