javassist.bytecode

Class SignatureAttribute.ClassSignature

public static class SignatureAttribute.ClassSignature extends Object

Class signature.
Method Summary
SignatureAttribute.ClassType[]getInterfaces()
Returns the super interfaces.
SignatureAttribute.TypeParameter[]getParameters()
Returns the type parameters.
SignatureAttribute.ClassTypegetSuperClass()
Returns the super class.
StringtoString()
Returns the string representation.

Method Detail

getInterfaces

public SignatureAttribute.ClassType[] getInterfaces()
Returns the super interfaces.

Returns: a zero-length array if the super interfaces are not specified.

getParameters

public SignatureAttribute.TypeParameter[] getParameters()
Returns the type parameters.

Returns: a zero-length array if the type parameters are not specified.

getSuperClass

public SignatureAttribute.ClassType getSuperClass()
Returns the super class.

toString

public String toString()
Returns the string representation.
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.