public static final class SourceCodeAnalysis.QualifiedNames extends Object
Modifier and Type | Method | Description |
---|---|---|
List<String> |
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
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b158-1