javassist.bytecode
public static class SignatureAttribute.ClassSignature extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SignatureAttribute.ClassType[] |
getInterfaces()
Returns the super interfaces.
|
SignatureAttribute.TypeParameter[] |
getParameters()
Returns the type parameters.
|
SignatureAttribute.ClassType |
getSuperClass()
Returns the super class.
|
java.lang.String |
toString()
Returns the string representation.
|
public SignatureAttribute.TypeParameter[] getParameters()
public SignatureAttribute.ClassType getSuperClass()
public SignatureAttribute.ClassType[] getInterfaces()
public java.lang.String toString()
toString
in class java.lang.Object
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.