JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-2024-04-16-1247301.vklang...
jdk.jshell
jdk.jshell
SourceCodeAnalysis.Documentation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
signature()
javadoc()
Interface SourceCodeAnalysis.Documentation
Enclosing class:
SourceCodeAnalysis
public static interface
SourceCodeAnalysis.Documentation
A documentation for a candidate for continuation of the given user's input.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
javadoc
()
The javadoc of the given element.
String
signature
()
The signature of the given element.
Method Details
signature
String
signature
()
The signature of the given element.
Returns:
the signature
javadoc
String
javadoc
()
The javadoc of the given element.
Returns:
the javadoc, or null if not found or not requested