Class ReferenceTypeSignature
- java.lang.Object
-
- io.github.lukehutch.fastclasspathscanner.typesignature.HierarchicalTypeSignature
-
- io.github.lukehutch.fastclasspathscanner.typesignature.TypeSignature
-
- io.github.lukehutch.fastclasspathscanner.typesignature.ReferenceTypeSignature
-
- Direct Known Subclasses:
ArrayTypeSignature,ClassRefOrTypeVariableSignature
public abstract class ReferenceTypeSignature extends TypeSignature
A type signature for a reference type. Subclasses are ClassRefTypeSignature, TypeVariableSignature, and ArrayTypeSignature.
-
-
Constructor Summary
Constructors Constructor Description ReferenceTypeSignature()
-
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
-
-