Package javassist.bytecode
Class SignatureAttribute.TypeVariable
java.lang.Object
javassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.ObjectType
javassist.bytecode.SignatureAttribute.TypeVariable
- Enclosing class:
- SignatureAttribute
Type variables.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypeVariable(String name) Constructs aTypeVariable.TypeVariable(String sig, int begin, int end) -
Method Summary
Methods inherited from class javassist.bytecode.SignatureAttribute.ObjectType
encodeMethods inherited from class javassist.bytecode.SignatureAttribute.Type
jvmTypeName, toString
-
Field Details
-
name
String name
-
-
Constructor Details
-
TypeVariable
TypeVariable(String sig, int begin, int end) -
TypeVariable
Constructs aTypeVariable.- Parameters:
name- the name of a type variable.
-
-
Method Details
-
getName
Returns the variable name. -
toString
Returns the string representation. -
encode
- Specified by:
encodein classSignatureAttribute.Type
-