org.jboss.aop.pointcut
Class PointcutMethodMatch
java.lang.Object
org.jboss.aop.pointcut.PointcutMethodMatch
public class PointcutMethodMatch
- extends Object
- Version:
- $Revision: 46033 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointcutMethodMatch
public PointcutMethodMatch(boolean matches,
Class matchedClass,
int matchLevel,
boolean isInstanceOf)
getMatchedClass
public Class getMatchedClass()
isMatch
public boolean isMatch()
getMatchLevel
public int getMatchLevel()
isInstanceOf
public boolean isInstanceOf()
Copyright © 2004 JBoss Inc. All Rights Reserved.