org.jboss.aop.pointcut
Class PointcutMethodMatch

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

public class PointcutMethodMatch
extends Object

Version:
$Revision: 74807 $
Author:
Kabir Khan

Constructor Summary
PointcutMethodMatch(boolean matches, Class<?> matchedClass, int matchLevel, boolean isInstanceOf)
           
 
Method Summary
 boolean equals(Object o)
           
 Class<?> getMatchedClass()
           
 int getMatchLevel()
           
 int hashCode()
           
 boolean isInstanceOf()
           
 boolean isMatch()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.