org.jboss.aop.expressions
Class MethodExpression
java.lang.Object
org.jboss.aop.expressions.MethodExpression
public class MethodExpression
- extends Object
Comment
- Version:
- $Revision: 37406 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PATTERN
protected static final Pattern PATTERN
originalExpression
public String originalExpression
params
public ParameterExpression params
methodNameExpr
public Pattern methodNameExpr
methodName
public String methodName
returnString
public String returnString
returnExpr
public Pattern returnExpr
MethodExpression
public MethodExpression(String ex)
matches
public boolean matches(Method method)
matches
public boolean matches(javassist.CtMethod method)
throws javassist.NotFoundException
- Throws:
javassist.NotFoundException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.