javassist.bytecode
public static class SignatureAttribute.ClassType extends SignatureAttribute.ObjectType
Modifier and Type | Method and Description |
---|---|
SignatureAttribute.ClassType |
getDeclaringClass()
If this class is a member of another class, returns the
class in which this class is declared.
|
java.lang.String |
getName()
Returns the class name.
|
SignatureAttribute.TypeArgument[] |
getTypeArguments()
Returns the type arguments.
|
java.lang.String |
toString()
Returns the string representation.
|
public java.lang.String getName()
public SignatureAttribute.TypeArgument[] getTypeArguments()
public SignatureAttribute.ClassType getDeclaringClass()
public java.lang.String toString()
toString
in class java.lang.Object
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.