public static class SignatureAttribute.NestedClassType extends SignatureAttribute.ClassType
OBJECT| Constructor and Description | 
|---|
| NestedClassType(SignatureAttribute.ClassType parent,
               String className,
               SignatureAttribute.TypeArgument[] args)Constructs a  NestedClassType. | 
| Modifier and Type | Method and Description | 
|---|---|
| SignatureAttribute.ClassType | getDeclaringClass()Returns the class that declares this nested class. | 
getName, getTypeArguments, jvmTypeName, toStringencodepublic 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.ClassTypeCopyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.