Uses of Class
org.jboss.aop.pointcut.ast.ClassExpression

Packages that use ClassExpression
org.jboss.aop   
org.jboss.aop.array   
org.jboss.aop.introduction   
org.jboss.aop.metadata   
org.jboss.aop.microcontainer.lifecycle   
org.jboss.aop.pointcut   
org.jboss.aop.pointcut.ast   
 

Uses of ClassExpression in org.jboss.aop
 

Fields in org.jboss.aop declared as ClassExpression
protected  ClassExpression[] AspectManager.ignoreExpressions
          ClassExpressions built from ignore.
 

Methods in org.jboss.aop that return ClassExpression
 ClassExpression[] Domain.getIgnoreExpressions()
          Only set on a per vm basis
 ClassExpression[] AspectManager.getIgnoreExpressions()
           
 

Uses of ClassExpression in org.jboss.aop.array
 

Fields in org.jboss.aop.array declared as ClassExpression
protected  ClassExpression ArrayReplacement.classExpr
           
 

Uses of ClassExpression in org.jboss.aop.introduction
 

Fields in org.jboss.aop.introduction declared as ClassExpression
protected  ClassExpression InterfaceIntroduction.classExpr
           
 

Uses of ClassExpression in org.jboss.aop.metadata
 

Fields in org.jboss.aop.metadata declared as ClassExpression
protected  ClassExpression ClassMetaDataBinding.classExpr
           
 

Uses of ClassExpression in org.jboss.aop.microcontainer.lifecycle
 

Fields in org.jboss.aop.microcontainer.lifecycle declared as ClassExpression
protected  ClassExpression LifecycleCallbackBinding.classes
          The class to match
 

Uses of ClassExpression in org.jboss.aop.pointcut
 

Methods in org.jboss.aop.pointcut with parameters of type ClassExpression
protected  boolean ProxyMatcherStrategy.checkIntroductions(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
           
protected abstract  boolean MatcherStrategy.checkIntroductions(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
           
protected  boolean AdvisorMatcherStrategy.checkIntroductions(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
           
 Boolean MethodMatcher.classMatchesAll(ClassExpression expr)
           
 Boolean SoftClassMatcher.matches(ClassExpression expr)
           
static boolean Util.matchesClassExpr(ClassExpression classExpr, Class<?> clazz)
           
static boolean Util.matchesClassExpr(ClassExpression classExpr, Class<?> clazz, Advisor advisor)
           
static boolean Util.matchesClassExpr(ClassExpression classExpr, javassist.CtClass clazz, Advisor advisor)
           
static boolean Util.matchesTypedef(Class<?> clazz, ClassExpression classExpr, Advisor advisor)
           
static boolean Util.matchesTypedef(javassist.CtClass clazz, ClassExpression classExpr, Advisor advisor)
           
static boolean Util.methodExistsInSuperClassOrInterface(javassist.CtMethod method, ClassExpression target, boolean exactSuper)
           
static boolean Util.methodExistsInSuperClassOrInterface(Method method, ClassExpression target, boolean exactSuper, Advisor advisor)
           
static boolean Util.subtypeOf(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
           
 boolean MatcherStrategy.subtypeOf(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
           
static boolean Util.subtypeOf(javassist.CtClass clazz, ClassExpression instanceOf, Advisor advisor)
           
 

Uses of ClassExpression in org.jboss.aop.pointcut.ast
 

Methods in org.jboss.aop.pointcut.ast that return ClassExpression
 ClassExpression ASTWithin.getClazz()
           
 ClassExpression ASTMethod.getClazz()
           
 ClassExpression ASTField.getClazz()
           
 ClassExpression ASTConstructor.getClazz()
           
 ClassExpression ASTClass.getClazz()
           
 ClassExpression ASTAll.getClazz()
           
 ClassExpression IdentifierExpression.getImplementsExpression()
           
 ClassExpression ASTMethod.getReturnType()
           
 ClassExpression ASTParameter.getType()
           
 ClassExpression ASTField.getType()
           
 ClassExpression ASTException.getType()
           
 



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