public class MethrefAdvice extends java.lang.Object implements ProxyAdvice
Constructor and Description |
---|
MethrefAdvice() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute()
Reads method name and stores it in local variable.
|
public java.lang.Object execute()
String
returns the method name,
otherwise returns null
.execute
in interface ProxyAdvice
Copyright © 2003-present Jodd Team