Class DefaultStatement


  • public class DefaultStatement
    extends Statement
    Default statement of the form default: that serves as entry point for switch statements. The statements executed after the entry are on the same AST hierarchy in the parent compound statement.
    • Constructor Detail

      • DefaultStatement

        public DefaultStatement()