Package javassist.bytecode
Class SignatureAttribute.TypeVariable
- java.lang.Object
-
- javassist.bytecode.SignatureAttribute.Type
-
- javassist.bytecode.SignatureAttribute.ObjectType
-
- javassist.bytecode.SignatureAttribute.TypeVariable
-
- Enclosing class:
- SignatureAttribute
public static class SignatureAttribute.TypeVariable extends SignatureAttribute.ObjectType
Type variables.
-
-
Constructor Summary
Constructors Constructor Description TypeVariable(String name)
Constructs aTypeVariable
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Returns the variable name.String
toString()
Returns the string representation.-
Methods inherited from class javassist.bytecode.SignatureAttribute.ObjectType
encode
-
Methods inherited from class javassist.bytecode.SignatureAttribute.Type
jvmTypeName
-
-
-
-
Constructor Detail
-
TypeVariable
public TypeVariable(String name)
Constructs aTypeVariable
.- Parameters:
name
- the name of a type variable.
-
-