Package io.github.classgraph
Class HierarchicalTypeSignature
- java.lang.Object
-
- io.github.classgraph.HierarchicalTypeSignature
-
- Direct Known Subclasses:
ClassTypeSignature
,MethodTypeSignature
,TypeArgument
,TypeParameter
,TypeSignature
public abstract class HierarchicalTypeSignature extends Object
A Java type signature. Subclasses are ClassTypeSignature, MethodTypeSignature, and TypeSignature.
-
-
Field Summary
Fields Modifier and Type Field Description protected ScanResult
scanResult
-
Constructor Summary
Constructors Constructor Description HierarchicalTypeSignature()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract String
getClassName()
The name of the class (used bygetClassInfo()
to fetch theClassInfo
object for the class).
-
-
-
Field Detail
-
scanResult
protected transient ScanResult scanResult
-
-
Method Detail
-
getClassName
protected abstract String getClassName()
The name of the class (used bygetClassInfo()
to fetch theClassInfo
object for the class).
-
-