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 24 & JDK 24
DRAFT 24-crac+20-25
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.
Since:
9
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