public class Signature extends Object
Signature(String name, String descriptor)
Signature(String name, org.objectweb.asm.Type returnType, org.objectweb.asm.Type[] argumentTypes)
org.objectweb.asm.Type[]
getArgumentTypes()
org.objectweb.asm.Type
getReturnType()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Signature(String name, String descriptor)
public Signature(String name, org.objectweb.asm.Type returnType, org.objectweb.asm.Type[] argumentTypes)
public org.objectweb.asm.Type getReturnType()
public org.objectweb.asm.Type[] getArgumentTypes()
public String toString()
toString
Object
Copyright © 2025 fossc. All rights reserved.