javassist.bytecode
Class SignatureAttribute.ObjectType

java.lang.Object
  extended by javassist.bytecode.SignatureAttribute.Type
      extended by javassist.bytecode.SignatureAttribute.ObjectType
Direct Known Subclasses:
SignatureAttribute.ArrayType, SignatureAttribute.ClassType, SignatureAttribute.TypeVariable
Enclosing class:
SignatureAttribute

public abstract static class SignatureAttribute.ObjectType
extends SignatureAttribute.Type

Class types, array types, and type variables.


Constructor Summary
SignatureAttribute.ObjectType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureAttribute.ObjectType

public SignatureAttribute.ObjectType()


Copyright © 2011. All Rights Reserved.