org.jboss.aop.expressions
Class ParameterExpression
java.lang.Object
org.jboss.aop.expressions.ParameterExpression
public class ParameterExpression
- extends Object
Comment
- Version:
- $Revision: 70826 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
protected static final Pattern ALL
PARAMS
protected static final Pattern PARAMS
originalExpression
public String originalExpression
parameterPatterns
public Pattern[] parameterPatterns
isAll
public boolean isAll
ParameterExpression
public ParameterExpression(String expression)
- Parameters:
expression
- should be (..) or comma delimited (int, .*, java.lang.String)
simpleType
protected static String simpleType(Class<?> type)
matches
public boolean matches(Class<?>[] params)
matches
public boolean matches(javassist.CtClass[] params)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.