Uses of Class
org.htmlunit.corejs.javascript.ast.SwitchCase
-
Packages that use SwitchCase Package Description org.htmlunit.corejs.javascript.ast -
-
Uses of SwitchCase in org.htmlunit.corejs.javascript.ast
Fields in org.htmlunit.corejs.javascript.ast with type parameters of type SwitchCase Modifier and Type Field Description private java.util.List<SwitchCase>SwitchStatement. casesprivate static java.util.List<SwitchCase>SwitchStatement. NO_CASESMethods in org.htmlunit.corejs.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.htmlunit.corejs.javascript.ast with parameters of type SwitchCase Modifier and Type Method Description voidSwitchStatement. addCase(SwitchCase switchCase)Adds a switch case statement to the end of the list.Method parameters in org.htmlunit.corejs.javascript.ast with type arguments of type SwitchCase Modifier and Type Method Description voidSwitchStatement. setCases(java.util.List<SwitchCase> cases)Sets case statement list, and sets the parent of each child case to this node.
-