org.jboss.aop.pointcut
Class PointcutMethodMatch

java.lang.Object
  extended by org.jboss.aop.pointcut.PointcutMethodMatch

public class PointcutMethodMatch
extends Object

Version:
$Revision: 46033 $
Author:
Kabir Khan

Constructor Summary
PointcutMethodMatch(boolean matches, Class matchedClass, int matchLevel, boolean isInstanceOf)
           
 
Method Summary
 Class getMatchedClass()
           
 int getMatchLevel()
           
 boolean isInstanceOf()
           
 boolean isMatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointcutMethodMatch

public PointcutMethodMatch(boolean matches,
                           Class matchedClass,
                           int matchLevel,
                           boolean isInstanceOf)
Method Detail

getMatchedClass

public Class getMatchedClass()

isMatch

public boolean isMatch()

getMatchLevel

public int getMatchLevel()

isInstanceOf

public boolean isInstanceOf()


Copyright © 2004 JBoss Inc. All Rights Reserved.