Uses of Class
jdk.jshell.DeclarationSnippet
Packages that use DeclarationSnippet
包
描述
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
-
Uses of DeclarationSnippet in jdk.jshell
Subclasses of DeclarationSnippet in jdk.jshell修饰符和类Class描述class
Snippet for a method definition.class
Snippet for a type definition (a class, interface, enum, or annotation interface definition).class
Snippet for a variable definition.Methods in jdk.jshell that return DeclarationSnippet修饰符和类方法描述UnresolvedReferenceException.getSnippet()
Return the Snippet which has the unresolved reference(s).Methods in jdk.jshell with parameters of type DeclarationSnippet修饰符和类方法描述JShell.unresolvedDependencies
(DeclarationSnippet snippet) ForRECOVERABLE_DEFINED
orRECOVERABLE_NOT_DEFINED
declarations, the names of current unresolved dependencies for the snippet.