Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Class and Description |
---|---|
static class |
SignatureAttribute.NestedClassType
Nested class types.
|
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.NestedClassType.getDeclaringClass()
Returns the class that declares this nested class.
|
SignatureAttribute.ClassType[] |
SignatureAttribute.ClassSignature.getInterfaces()
Returns the super interfaces.
|
SignatureAttribute.ClassType |
SignatureAttribute.ClassSignature.getSuperClass()
Returns the super class.
|
Copyright © 2017. All Rights Reserved.