public class MethodParameters extends Extension.Instrumentation.Pointcut.Method.Parameters
Extension.Instrumentation.Pointcut.Method.Parameters.Typetype| Constructor and Description |
|---|
MethodParameters(java.util.List<java.lang.String> pParams)
Creates this MethodParameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor()
Returns the parameter descriptor.
|
static java.lang.String |
getDescriptor(Extension.Instrumentation.Pointcut.Method.Parameters parameters) |
java.lang.String |
getErrorMessage()
Gets the field errorMessage.
|
boolean |
isWasError()
Gets the field wasError.
|
getTypepublic MethodParameters(java.util.List<java.lang.String> pParams)
pParams - The input parameters to the method, in order.public java.lang.String getDescriptor()
public boolean isWasError()
public java.lang.String getErrorMessage()
public static java.lang.String getDescriptor(Extension.Instrumentation.Pointcut.Method.Parameters parameters)