Class SwitchStatement

  • All Implemented Interfaces:
    Node

    public class SwitchStatement
    extends Statement
    Represents a control expression that handles multiple selections by passing control to SwitchCase.