Class ClassRefOrTypeVariableSignature
- java.lang.Object
-
- io.github.lukehutch.fastclasspathscanner.typesignature.HierarchicalTypeSignature
-
- io.github.lukehutch.fastclasspathscanner.typesignature.TypeSignature
-
- io.github.lukehutch.fastclasspathscanner.typesignature.ReferenceTypeSignature
-
- io.github.lukehutch.fastclasspathscanner.typesignature.ClassRefOrTypeVariableSignature
-
- Direct Known Subclasses:
ClassRefTypeSignature,TypeVariableSignature
public abstract class ClassRefOrTypeVariableSignature extends ReferenceTypeSignature
A class type or type variable. Subclasses are ClassRefTypeSignature and TypeVariableSignature.
-
-
Constructor Summary
Constructors Constructor Description ClassRefOrTypeVariableSignature()
-
Method Summary
-
Methods inherited from class io.github.lukehutch.fastclasspathscanner.typesignature.HierarchicalTypeSignature
getAllReferencedClassNames
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class io.github.lukehutch.fastclasspathscanner.typesignature.TypeSignature
equalsIgnoringTypeParams, instantiate, parse
-
-