public final class Clazz extends Object implements Serializable
public Clazz(String name, Set signatures, String superClass, String[] superInterfaces)
name
- the name of the class.signatures
- the signatures.superClass
- the superclass.superInterfaces
- the interfaces implemented by the class.public Clazz(Clazz defA, Clazz defB)
defA
- the first instance.defB
- the second instanceClassCastException
- if the two instances have different names or if the superclasses differ.Copyright © 2008-2013 Codehaus. All Rights Reserved.