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 | Class | Description |
---|---|---|
class |
DeclarationSnippet |
Grouping for all declaration Snippets: variable declarations
(
VarSnippet ), method declarations
(MethodSnippet ), and type declarations
(TypeDeclSnippet ). |
class |
ImportSnippet |
Snippet for an import declaration.
|
class |
MethodSnippet |
Snippet for a method definition.
|
class |
TypeDeclSnippet |
Snippet for a type definition (a class, interface, enum, or annotation
interface definition).
|
class |
VarSnippet |
Snippet for a variable definition.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1