public static class SignatureAttribute.TypeVariable extends SignatureAttribute.ObjectType
| Constructor and Description | 
|---|
| TypeVariable(String name)Constructs a  TypeVariable. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns the variable name. | 
| String | toString()Returns the string representation. | 
encodejvmTypeNamepublic TypeVariable(String name)
TypeVariable.name - the name of a type variable.Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.