@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.GenericTypeExtractor.IncompleteToken.ForTopLevelType extends TypePool.Default.GenericTypeExtractor.IncompleteToken.AbstractBase
TypePool.Default.GenericTypeExtractor.IncompleteToken.AbstractBase.ForDirectBound, TypePool.Default.GenericTypeExtractor.IncompleteToken.AbstractBase.ForLowerBound, TypePool.Default.GenericTypeExtractor.IncompleteToken.AbstractBase.ForUpperBoundTypePool.Default.GenericTypeExtractor.IncompleteToken.AbstractBase, TypePool.Default.GenericTypeExtractor.IncompleteToken.ForInnerClass, TypePool.Default.GenericTypeExtractor.IncompleteToken.ForTopLevelType| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
internalName
The internal name of the type.
|
parameters| Constructor and Description |
|---|
ForTopLevelType(java.lang.String internalName)
Creates a new incomplete token representing a type without an outer type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isParameterized() |
TypePool.Default.LazyTypeDescription.GenericTypeToken |
toToken() |
appendDirectBound, appendLowerBound, appendPlaceholder, appendUpperBoundprivate final java.lang.String internalName
public ForTopLevelType(java.lang.String internalName)
internalName - The internal name of the type.public TypePool.Default.LazyTypeDescription.GenericTypeToken toToken()
public boolean isParameterized()
public java.lang.String getName()