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