SwitchStatementinterface SwitchStatement extends Node, HasSpan {cases: SwitchCase[];discriminant: Expression;type: "SwitchStatement";}§Extends§Node[src]§HasSpan[src]§Properties§cases: SwitchCase[][src]§discriminant: Expression[src]§type: "SwitchStatement"[src]