Class JStmtSwitch.SwitchLabel

java.lang.Object
com.inductiveautomation.snap.javatree.JNode
com.inductiveautomation.snap.javatree.JStmtSwitch.SwitchLabel
Enclosing class:
JStmtSwitch

public static class JStmtSwitch.SwitchLabel extends JNode
A class to represent individual labels in a switch statement.
  • Field Details

    • isDefault

      public boolean isDefault
    • expression

      public JExpr expression
    • statements

      public List<JStmt> statements
  • Constructor Details

    • SwitchLabel

      public SwitchLabel()