public class MethodSignature extends Object
| Constructor and Description |
|---|
MethodSignature(String owner,
String name,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
equals(String owner,
String name,
String desc) |
static MethodSignature |
fromConstructor(Constructor<?> m) |
static MethodSignature |
fromMethod(Method m) |
org.jinq.rebased.org.objectweb.asm.Type |
getOwnerType() |
org.jinq.rebased.org.objectweb.asm.Type |
getReturnType() |
int |
hashCode() |
String |
toString() |
public org.jinq.rebased.org.objectweb.asm.Type getOwnerType()
public org.jinq.rebased.org.objectweb.asm.Type getReturnType()
public static MethodSignature fromMethod(Method m)
public static MethodSignature fromConstructor(Constructor<?> m)
Copyright © 2018. All Rights Reserved.