mymethod(String x, int y)
, it will return (java.lang.String,int)
.
descriptor()
. If this attribute represents a LocalVariableTypeTable attribute, this method should be used instead of descriptor()
since the method name is more appropriate. To parse the string, call toFieldSignature(String)
in SignatureAttribute
.
@param i the i-th entry.
@see #descriptor(int)
@see SignatureAttribute#toFieldSignature(String)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|