| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.scanner | |
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Method and Description |
|---|---|
MethodTypeSignature |
MethodInfo.getTypeSignature()
Returns the type signature for the method.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodTypeSignature |
MethodTypeSignature.merge(MethodTypeSignature methodTypeSignature,
MethodTypeSignature methodTypeSignatureInternal,
int[] parameterAccessFlagsInternal)
Merge together programmer-view and JDK-internal method type signatures.
|
static MethodTypeSignature |
MethodTypeSignature.parse(ClassInfo classInfo,
String typeDescriptor)
Parse a method signature.
|
static MethodTypeSignature |
MethodTypeSignature.parse(String typeDescriptor)
Parse a method signature (ignores class context, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodTypeSignature |
MethodTypeSignature.merge(MethodTypeSignature methodTypeSignature,
MethodTypeSignature methodTypeSignatureInternal,
int[] parameterAccessFlagsInternal)
Merge together programmer-view and JDK-internal method type signatures.
|
Copyright © 2018. All rights reserved.