- CLASS_SUBKIND - jdk.jshell.Snippet.SubKind
-
A class declaration.
- COMPLETE - jdk.jshell.SourceCodeAnalysis.Completeness
-
The input is a complete source snippet (declaration or statement) as is.
- COMPLETE_WITH_SEMI - jdk.jshell.SourceCodeAnalysis.Completeness
-
With this addition of a semicolon the input is a complete source snippet.
- CONSIDERED_INCOMPLETE - jdk.jshell.SourceCodeAnalysis.Completeness
-
A statement with a trailing (non-terminated) empty statement.
- ClassBytecodes(String, byte[]) - Constructor for class jdk.jshell.spi.ExecutionControl.ClassBytecodes
-
Creates a name/bytecode pair.
- ClassInstallException(String, boolean[]) - Constructor for exception jdk.jshell.spi.ExecutionControl.ClassInstallException
-
- causeExceptionClass() - Method in exception jdk.jshell.spi.ExecutionControl.UserException
-
Returns the class of the user exception.
- causeSnippet() - Method in class jdk.jshell.SnippetEvent
-
Either the snippet whose change caused this update or
null
.
- className() - Method in class jdk.jshell.OuterSnippetsClassWrap
-
- clientCodeEnter() - Method in class jdk.jshell.execution.DirectExecutionControl
-
Marks entry into user code.
- clientCodeEnter() - Method in class jdk.jshell.execution.LocalExecutionControl
-
- clientCodeEnter() - Method in class jdk.jshell.execution.RemoteExecutionControl
-
- clientCodeLeave() - Method in class jdk.jshell.execution.DirectExecutionControl
-
Marks departure from user code.
- clientCodeLeave() - Method in class jdk.jshell.execution.LocalExecutionControl
-
- clientCodeLeave() - Method in class jdk.jshell.execution.RemoteExecutionControl
-
- close() - Method in class jdk.jshell.execution.DirectExecutionControl
-
- close() - Method in class jdk.jshell.execution.JdiDefaultExecutionControl
-
- close() - Method in class jdk.jshell.execution.StreamingExecutionControl
-
Closes the execution engine.
- close() - Method in class jdk.jshell.JShell
-
Close this state engine.
- close() - Method in interface jdk.jshell.spi.ExecutionControl
-
Shuts down this execution engine.
- closeDown() - Method in interface jdk.jshell.spi.ExecutionEnv
-
Reports that the execution engine has shutdown.
- compilerOptions(String...) - Method in class jdk.jshell.JShell.Builder
-
Adds compiler options.
- completeness() - Method in interface jdk.jshell.SourceCodeAnalysis.CompletionInfo
-
The analyzed completeness of the input.
- completionSuggestions(String, int, int[]) - Method in class jdk.jshell.SourceCodeAnalysis
-
Compute possible follow-ups for the given input.
- continuation() - Method in interface jdk.jshell.SourceCodeAnalysis.Suggestion
-
The candidate continuation of the given user's input.
- create() - Static method in class jdk.jshell.JShell
-
Create a new JShell state engine.