- generate(ExecutionEnv, String) - Static method in interface jdk.jshell.spi.ExecutionControl
-
Search for a provider, then create and return the
ExecutionControl
instance.
- generate(ExecutionEnv, String, Map<String, String>) - Static method in interface jdk.jshell.spi.ExecutionControl
-
Search for a provider, then create and return the
ExecutionControl
instance.
- generate(ExecutionEnv, Map<String, String>) - Method in class jdk.jshell.execution.FailOverExecutionControlProvider
-
Create and return a locally executing ExecutionControl
instance.
- generate(ExecutionEnv, Map<String, String>) - Method in class jdk.jshell.execution.JdiExecutionControlProvider
-
- generate(ExecutionEnv, Map<String, String>) - Method in class jdk.jshell.execution.LocalExecutionControlProvider
-
Create and return a locally executing ExecutionControl
instance.
- generate(ExecutionEnv, Map<String, String>) - Method in interface jdk.jshell.spi.ExecutionControlProvider
-
Create and return the ExecutionControl
instance.
- getCode() - Method in class jdk.jshell.Diag
-
Returns a diagnostic code indicating the type of diagnostic.
- getEndPosition() - Method in class jdk.jshell.Diag
-
Returns the character offset from the beginning of the file
associated with this diagnostic that indicates the end of the
problem.
- getExceptionClassName() - Method in exception jdk.jshell.EvalException
-
Returns the name of the Throwable subclass which was thrown in the
executing client.
- getMessage(Locale) - Method in class jdk.jshell.Diag
-
Returns a localized message for the given locale.
- getNames() - Method in class jdk.jshell.SourceCodeAnalysis.QualifiedNames
-
Known qualified names for the given simple name in the original code.
- getPosition() - Method in class jdk.jshell.Diag
-
Returns a character offset from the beginning of the source object
associated with this diagnostic that indicates the location of
the problem.
- getSimpleNameLength() - Method in class jdk.jshell.SourceCodeAnalysis.QualifiedNames
-
The length of the simple name in the original code for which the
qualified names where gathered.
- getSnippet() - Method in exception jdk.jshell.UnresolvedReferenceException
-
Return the Snippet which has the unresolved reference(s).
- getStartPosition() - Method in class jdk.jshell.Diag
-
Returns the character offset from the beginning of the file
associated with this diagnostic that indicates the start of the
problem.