public static class TypePool.Resolution.Illegal extends Object implements TypePool.Resolution
TypePool.TypePool.Resolution.Illegal, TypePool.Resolution.Simple| Constructor and Description |
|---|
Illegal(String name)
Creates a new illegal resolution.
|
| 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 Illegal(String name)
name - The name of the unresolved type.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.