Class CDSwitchStatement

  • All Implemented Interfaces:
    CDStatement

    public class CDSwitchStatement
    extends java.lang.Object
    implements CDStatement
    • Constructor Detail

      • CDSwitchStatement

        public CDSwitchStatement​(CDExpression expr)
    • Method Detail

      • defaultCase

        public CDBlock defaultCase()
      • state

        public void state​(CDFormatter f)
                   throws java.io.IOException
        Description copied from interface: CDStatement
        Prints itself as a statement.
        Specified by:
        state in interface CDStatement
        Throws:
        java.io.IOException