| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.scanner | |
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Method and Description |
|---|---|
ClassTypeSignature |
ClassInfo.getTypeSignature()
Get the type signature for the class, if available (else returns null).
|
| Modifier and Type | Method and Description |
|---|---|
static ClassTypeSignature |
ClassTypeSignature.merge(ClassTypeSignature classSignature0,
ClassTypeSignature classSignature1)
Merge together two class type signatures (used for combining base classes and auxiliary classes in Scala).
|
static ClassTypeSignature |
ClassTypeSignature.parse(String typeDescriptor)
Parse a class signature.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassTypeSignature |
ClassTypeSignature.merge(ClassTypeSignature classSignature0,
ClassTypeSignature classSignature1)
Merge together two class type signatures (used for combining base classes and auxiliary classes in Scala).
|
Copyright © 2018. All rights reserved.