Uses of Class
org.mozilla.javascript.ast.SwitchStatement
-
Packages that use SwitchStatement Package Description org.mozilla.javascript -
-
Uses of SwitchStatement in org.mozilla.javascript
Methods in org.mozilla.javascript that return SwitchStatement Modifier and Type Method Description private SwitchStatement
Parser. switchStatement()
Methods in org.mozilla.javascript with parameters of type SwitchStatement Modifier and Type Method Description private void
Parser. enterSwitch(SwitchStatement node)
private Node
IRFactory. transformSwitch(SwitchStatement node)
-