Package io.github.classgraph
Class ClassRefOrTypeVariableSignature
- java.lang.Object
-
- io.github.classgraph.HierarchicalTypeSignature
-
- io.github.classgraph.TypeSignature
-
- io.github.classgraph.ReferenceTypeSignature
-
- io.github.classgraph.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 java.lang.String
getClassName()
The name of the class (used bygetClassInfo()
to fetch theClassInfo
object for the class).-
Methods inherited from class io.github.classgraph.TypeSignature
equalsIgnoringTypeParams
-
-
-
-
Field Detail
-
scanResult
protected transient ScanResult scanResult
-
-
Method Detail
-
getClassName
protected abstract java.lang.String getClassName()
The name of the class (used bygetClassInfo()
to fetch theClassInfo
object for the class).- Returns:
- The class name.
-
-