Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Method and Description |
---|---|
SignatureAttribute.ClassType |
SignatureAttribute.ClassType.getDeclaringClass()
If this class is a member of another class, returns the
class in which this class is declared.
|
SignatureAttribute.ClassType[] |
SignatureAttribute.ClassSignature.getInterfaces()
Returns the super interfaces.
|
SignatureAttribute.ClassType |
SignatureAttribute.ClassSignature.getSuperClass()
Returns the super class.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.