langtools/src/jdk.jshell/share/classes/jdk/jshell/overview.html
author rfield
Wed, 06 Jul 2016 20:53:55 -0700
changeset 39590 5a2a47b882ec
permissions -rw-r--r--
8160035: JShell API: Add javadoc overview and package files Reviewed-by: jlahoda
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39590
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     2
<html>
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     3
<head>
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     4
<!--
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     5
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     6
Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     7
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     8
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
     9
This code is free software; you can redistribute it and/or modify it
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    10
under the terms of the GNU General Public License version 2 only, as
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    11
published by the Free Software Foundation.  Oracle designates this
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    12
particular file as subject to the "Classpath" exception as provided
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    13
by Oracle in the LICENSE file that accompanied this code.
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    14
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    15
This code is distributed in the hope that it will be useful, but WITHOUT
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    16
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    17
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    18
version 2 for more details (a copy is included in the LICENSE file that
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    19
accompanied this code).
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    20
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    21
You should have received a copy of the GNU General Public License version
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    22
2 along with this work; if not, write to the Free Software Foundation,
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    23
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    24
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    25
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    26
or visit www.oracle.com if you need additional information or have any
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    27
questions.
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    28
-->
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    29
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    30
</head>
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    31
<body bgcolor="white">
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    32
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    33
This document is the API specification for JShell -- support for
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    34
Java&#x2122; Programming Language 'snippet' evaluating tools, such as
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    35
Read-Eval-Print Loops (REPLs).
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    36
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    37
</body>
5a2a47b882ec 8160035: JShell API: Add javadoc overview and package files
rfield
parents:
diff changeset
    38
</html>