Class CaseBranch

    • Field Detail

      • label

        private int label
    • Constructor Detail

      • CaseBranch

        CaseBranch​(Node parent,
                   int label)
    • Method Detail

      • label

        public int label()
      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Node
        Accept the visitor and allow it to perform actions on this Node.
        Specified by:
        accept in interface Node
        Overrides:
        accept in class BlockStatement