public class Signature extends Object
Constructor and Description |
---|
Signature(String name,
String desc) |
Signature(String name,
org.objectweb.asm.Type returnType,
org.objectweb.asm.Type[] argumentTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.objectweb.asm.Type[] |
getArgumentTypes() |
String |
getDescriptor() |
String |
getName() |
org.objectweb.asm.Type |
getReturnType() |
int |
hashCode() |
String |
toString() |
public Signature(String name, org.objectweb.asm.Type returnType, org.objectweb.asm.Type[] argumentTypes)
Copyright © 2023. All rights reserved.