public static class SignatureAttribute.NestedClassType extends SignatureAttribute.ClassType
OBJECT
Constructor | Description |
---|---|
NestedClassType(SignatureAttribute.ClassType parent,
String className,
SignatureAttribute.TypeArgument[] args) |
Constructs a
NestedClassType . |
Modifier and Type | Method | Description |
---|---|---|
SignatureAttribute.ClassType |
getDeclaringClass() |
Returns the class that declares this nested class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getTypeArguments, jvmTypeName, toString
encode
public NestedClassType(SignatureAttribute.ClassType parent, String className, SignatureAttribute.TypeArgument[] args)
NestedClassType
.parent
- the class surrounding this class type.className
- a simple class name. It does not include
a package name or a parent's class name.args
- type parameters or null.public SignatureAttribute.ClassType getDeclaringClass()
getDeclaringClass
in class SignatureAttribute.ClassType
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.