public class TypeVariable extends Type
Modifier and Type | Field and Description |
---|---|
static TypeVariable[] |
EMPTY_ARRAY |
Constructor and Description |
---|
TypeVariable(String fullName,
TypeVariableDef def,
JavaClassParent context) |
Modifier and Type | Method and Description |
---|---|
static TypeVariable |
createUnresolved(TypeVariableDef def,
JavaClassParent context) |
String |
getGenericValue()
The FQN representation of an Object for code usage
This implementation ignores generics
Some examples how Objects will be translated
|
String |
getName() |
String |
getValue()
The FQN representation of an Object for code usage
This implementation ignores generics
Some examples how Objects will be translated
|
compareTo, createUnresolved, createUnresolved, createUnresolved, equals, getActualTypeArguments, getDimensions, getFullQualifiedName, getFullyQualifiedName, getGenericValue, getJavaClass, getJavaClassParent, getResolvedGenericValue, getResolvedValue, getTypeVariableIndex, hashCode, isA, isArray, isPrimitive, isResolved, isVoid, resolve, resolve, toGenericString, toString
public static final TypeVariable[] EMPTY_ARRAY
public TypeVariable(String fullName, TypeVariableDef def, JavaClassParent context)
public static TypeVariable createUnresolved(TypeVariableDef def, JavaClassParent context)
public String getValue()
Type
Object > java.lang.object java.util.List> java.util.List ? > ? T > T anypackage.Outer.Inner > anypackage.Outer.Inner
public String getGenericValue()
Type
Object > java.lang.object java.util.List> java.util.List ? > ? T > T anypackage.Outer.Inner > anypackage.Outer.Inner
getGenericValue
in class Type
public String getName()
Copyright © 2002-2013. All Rights Reserved.