SourceCodeAnalysis
public static final class SourceCodeAnalysis.QualifiedNames extends Object
Modifier and Type | Method | Description |
---|---|---|
List |
getNames() |
Known qualified names for the given simple name in the original code. |
int |
getSimpleNameLength() |
The length of the simple name in the original code for which the qualified names where gathered. |
boolean |
isResolvable() |
Indicates whether the given simple name in the original code refers to a resolvable element. |
boolean |
isUpToDate() |
Indicates whether the result is based on up-to-date data. |
public List<String> getNames()
public int getSimpleNameLength()
public boolean isUpToDate()
listQualifiedNames
method may return before the classpath is fully inspected, in which case this method will return false
. If the result is based on a fully inspected classpath, this method will return true
.true
if the result is based on up-to-date data; otherwise false
public boolean isResolvable()
true
if the given simple name in the original code refers to a resolvable element; otherwise false
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.jshell/jdk/jshell/SourceCodeAnalysis.QualifiedNames.html