javassist.bytecode
Class SignatureAttribute.NestedClassType

java.lang.Object
  extended by javassist.bytecode.SignatureAttribute.Type
      extended by javassist.bytecode.SignatureAttribute.ObjectType
          extended by javassist.bytecode.SignatureAttribute.ClassType
              extended by javassist.bytecode.SignatureAttribute.NestedClassType
Enclosing class:
SignatureAttribute

public static class SignatureAttribute.NestedClassType
extends SignatureAttribute.ClassType

Nested class types.


Method Summary
 SignatureAttribute.ClassType getDeclaringClass()
          Returns the class that declares this nested class.
 
Methods inherited from class javassist.bytecode.SignatureAttribute.ClassType
getName, getTypeArguments, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDeclaringClass

public SignatureAttribute.ClassType getDeclaringClass()
Returns the class that declares this nested class. This nested class is a member of that declaring class.

Overrides:
getDeclaringClass in class SignatureAttribute.ClassType
Returns:
null if this class is not a member of another class.


Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.