public static final class SourceCodeAnalysis.QualifiedNames extends Object
Modifier and Type | Method and 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()
Whether the given simple name in the original code refers to a resolvable element.
|
boolean |
isUpToDate()
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
.public boolean isResolvable()
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-22-203349.buildd.src