Uses of Interface
org.jboss.aop.instrument.JoinpointClassifier.Matcher

Packages that use JoinpointClassifier.Matcher
org.jboss.aop.instrument   
 

Uses of JoinpointClassifier.Matcher in org.jboss.aop.instrument
 

Methods in org.jboss.aop.instrument with parameters of type JoinpointClassifier.Matcher
protected abstract  JoinpointClassification JoinpointClassifier.classifyJoinpoint(javassist.CtMember member, Advisor advisor, JoinpointClassifier.Matcher joinpointMatcher)
          Classifies a joinpoint.
protected  JoinpointClassification JoinpointSimpleClassifier.classifyJoinpoint(javassist.CtMember member, Advisor advisor, JoinpointClassifier.Matcher joinpointMatcher)
          Classifies the execution of a joinpoint.
protected  JoinpointClassification JoinpointFullClassifier.classifyJoinpoint(javassist.CtMember member, Advisor advisor, JoinpointClassifier.Matcher joinpointMatcher)
          Classifies the execution of a joinpoint.
 



Copyright © 2004 JBoss Inc. All Rights Reserved.