public static class SignatureAttribute.TypeVariable extends SignatureAttribute.ObjectType
| Constructor | Description |
|---|---|
TypeVariable(String name) |
Constructs a
TypeVariable. |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Returns the variable name.
|
String |
toString() |
Returns the string representation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencodejvmTypeNamepublic TypeVariable(String name)
TypeVariable.name - the name of a type variable.Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.