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.
|
Modifier and Type | Method and Description |
---|---|
abstract SourceCodeAnalysis.SnippetWrapper |
SourceCodeAnalysis.wrapper(Snippet snippet)
Returns the wrapper information for the
Snippet . |
Modifier and Type | Method and Description |
---|---|
abstract List<SourceCodeAnalysis.SnippetWrapper> |
SourceCodeAnalysis.wrappers(String input)
Returns the wrapper information for the snippet within the
input source string.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-08-112313.buildd.src