| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Method | Description |
|---|---|---|
ClassRefTypeSignature |
ClassTypeSignature.getSuperclassSignature() |
Get the type signature for the superclass (possibly null in the case of
Object, since it
doesn't have a superclass). |
| Modifier and Type | Method | Description |
|---|---|---|
List<ClassRefTypeSignature> |
ClassTypeSignature.getSuperinterfaceSignatures() |
Get the type signatures of any superinterfaces
|
| Constructor | Description |
|---|---|
ClassTypeSignature(List<TypeParameter> typeParameters,
ClassRefTypeSignature superclassSignature,
List<ClassRefTypeSignature> superinterfaceSignatures) |
Copyright © 2018. All rights reserved.