Class LabeledStmt

    • Constructor Detail

      • LabeledStmt

        public LabeledStmt()
      • LabeledStmt

        public LabeledStmt​(TokenRange tokenRange,
                           SimpleName label,
                           Statement statement)
        This constructor is used by the parser and is considered private.