private static class SignatureReplacementVisitor.TypeBound
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
originalBound |
private Type |
targetType |
| Constructor and Description |
|---|
TypeBound(Type targetType,
java.lang.String originalBound) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBoxedType() |
boolean |
isTemplateType() |
java.lang.String |
originalBound() |
Type |
templateBound() |
private final java.lang.String originalBound
private final Type targetType
public TypeBound(Type targetType, java.lang.String originalBound)
public Type templateBound()
public boolean isTemplateType()
public java.lang.String originalBound()
public java.lang.String getBoxedType()