Package pascal.taie.language.generics
Class ClassGSignature
java.lang.Object
pascal.taie.language.generics.ClassGSignature
- All Implemented Interfaces:
Serializable
In
JVM Spec. 4.7.9.1 ClassSignature,
a class signature encodes type information about a (possibly generic) class
or interface declaration. It describes any type parameters of the class or interface,
and lists its (possibly parameterized) direct superclass and direct superinterfaces, if any.
A type parameter is described by its name, followed by any class bound and interface bounds.
- See Also:
-
Method Summary