Package io.github.fastclasspathscanner
Class ClassRefOrTypeVariableSignature
- java.lang.Object
-
- io.github.fastclasspathscanner.HierarchicalTypeSignature
-
- io.github.fastclasspathscanner.TypeSignature
-
- io.github.fastclasspathscanner.ReferenceTypeSignature
-
- io.github.fastclasspathscanner.ClassRefOrTypeVariableSignature
-
- Direct Known Subclasses:
ClassRefTypeSignature
,TypeVariableSignature
public abstract class ClassRefOrTypeVariableSignature extends ReferenceTypeSignature
A class type or type variable. Subclasses are ClassRefTypeSignature and TypeVariableSignature.
-
-
Field Summary
Fields Modifier and Type Field Description protected ScanResult
scanResult
-
Constructor Summary
Constructors Constructor Description ClassRefOrTypeVariableSignature()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract String
getClassName()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class io.github.fastclasspathscanner.TypeSignature
equalsIgnoringTypeParams
-
-
-
-
Field Detail
-
scanResult
protected transient ScanResult scanResult
-
-
Method Detail
-
getClassName
protected abstract String getClassName()
-
-