Class ThrowStmt

    • Constructor Detail

      • ThrowStmt

        public ThrowStmt()
      • ThrowStmt

        public ThrowStmt​(Expression expression)
      • ThrowStmt

        public ThrowStmt​(TokenRange tokenRange,
                         Expression expression)
        This constructor is used by the parser and is considered private.