public final class SignatureHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getFieldSignature(String name,
String rawSignature)
Return a field signature.
|
static String |
getMethodSignature(String name,
String rawSignature)
Return a method signature.
|
static String |
getObjectType(String desc)
Returns the Java type name corresponding to the given internal name.
|
static String |
getType(String desc)
Returns the Java type name type corresponding to the given type
descriptor.
|
static String |
getType(org.objectweb.asm.Type t)
Return the type name of the given ASM type.
|
public static String getObjectType(String desc)
desc
- The internal name.public static String getType(String desc)
desc
- The type descriptor.public static String getType(org.objectweb.asm.Type t)
t
- The ASM type.public static String getMethodSignature(String name, String rawSignature)
name
- The method name.rawSignature
- The signature containing parameter, return and exception
values.Copyright © 2016 buschmais GbR. All rights reserved.