Uses of Class
org.mozilla.javascript.ast.SwitchCase

Packages that use SwitchCase
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
 List<SwitchCase> SwitchStatement.getCases()
          Returns case statement list.
 

Methods in org.mozilla.javascript.ast with parameters of type SwitchCase
 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
 void SwitchStatement.setCases(List<SwitchCase> cases)
          Sets case statement list, and sets the parent of each child case to this node.
 



Copyright © 2013. All Rights Reserved.