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

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

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.pointcut
 

Methods in org.jboss.aop.pointcut with parameters of type ClassExpression
static boolean Util.matchesClassExpr(ClassExpression classExpr, javassist.CtClass clazz, Advisor advisor)
           
static boolean Util.matchesClassExpr(ClassExpression classExpr, Class clazz, Advisor advisor)
           
static boolean Util.subtypeOf(javassist.CtClass clazz, ClassExpression instanceOf)
           
static boolean Util.subtypeOf(Class clazz, ClassExpression instanceOf)
           
static boolean Util.matchesTypedef(javassist.CtClass clazz, ClassExpression classExpr, Advisor advisor)
           
static boolean Util.matchesTypedef(Class clazz, ClassExpression classExpr, Advisor advisor)
           
 Boolean SoftClassMatcher.matches(ClassExpression expr)
           
 

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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.