protected static class TypePool.LazyFacade.LazyResolution extends Object implements TypePool.Resolution
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TypePool.LazyFacade.LazyResolution.LazyTypeDescription
A lazy type description for a lazy facade of a type pool.
|
TypePool.Resolution.Illegal, TypePool.Resolution.Simple| Modifier | Constructor and Description |
|---|---|
protected |
LazyResolution(TypePool typePool,
String name)
Creates a lazy resolution for a lazy facade for a type pool.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isResolved()
Determines if this resolution represents a
TypeDescription. |
TypeDescription |
resolve()
Resolves this resolution to the represented type description.
|
String |
toString() |
public boolean isResolved()
TypePool.ResolutionTypeDescription.isResolved in interface TypePool.Resolutiontrue if the queried type could be resolved.public TypeDescription resolve()
TypePool.Resolutionresolve in interface TypePool.ResolutionCopyright © 2014–2016. All rights reserved.