JSHELL API
DRAFT 9-internal+0-2016-08-10-220919.robert.dev

JShell API

This document is the API specification for JShell -- support for Java™ Programming Language 'snippet' evaluating tools, such as Read-Eval-Print Loops (REPLs).

See: Description

Packages 
Package Description
jdk.jshell
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.
jdk.jshell.execution
Provides implementation support for building JShell execution engines.
jdk.jshell.spi
Defines the Service Provider Interface for pluggable JShell execution engines.
This document is the API specification for JShell -- support for Java™ Programming Language 'snippet' evaluating tools, such as Read-Eval-Print Loops (REPLs).
Skip navigation links
JSHELL API
DRAFT 9-internal+0-2016-08-10-220919.robert.dev


Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.

DRAFT 9-internal+0-2016-08-10-220919.robert.dev