public class Signature extends Object
Constructor | Description |
---|---|
Signature(String name,
String desc) |
|
Signature(String name,
org.objectweb.asm.Type returnType,
org.objectweb.asm.Type[] argumentTypes) |
Modifier and Type | Method | 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 © 2018. All rights reserved.