| |
|
| java.lang.Object com.tc.backport175.bytecode.SignatureHelper
SignatureHelper | public class SignatureHelper (Code) | | Returns JVM type signature for a members and types.
author: Jonas Bonér |
getClassSignature | public static String getClassSignature(Class klass)(Code) | | Returns JVM type signature for given class.
Parameters: klass - |
getConstructorSignature | public static String getConstructorSignature(Constructor constructor)(Code) | | Returns JVM type signature for a constructor.
Parameters: constructor - |
getFieldSignature | public static String getFieldSignature(Field field)(Code) | | Returns JVM type signature for a field.
Parameters: field - |
getMethodSignature | public static String getMethodSignature(Method method)(Code) | | Returns JVM type signature for a method.
Parameters: method - |
|
|
|