public class MethodExpression extends Object
Modifier and Type | Field and Description |
---|---|
String |
methodName |
Pattern |
methodNameExpr |
String |
originalExpression |
ParameterExpression |
params |
protected static Pattern |
PATTERN |
Pattern |
returnExpr |
String |
returnString |
Constructor and Description |
---|
MethodExpression(String ex) |
protected static final Pattern PATTERN
public String originalExpression
public ParameterExpression params
public Pattern methodNameExpr
public String methodName
public String returnString
public Pattern returnExpr
public MethodExpression(String ex)
public boolean matches(Method method)
public boolean matches(javassist.CtMethod method) throws javassist.NotFoundException
javassist.NotFoundException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.