|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassExpression | |
---|---|
org.jboss.aop | |
org.jboss.aop.introduction | |
org.jboss.aop.metadata | |
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.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 | |
---|---|
protected abstract boolean |
MatcherStrategy.checkIntroductions(Class clazz,
ClassExpression instanceOf,
Advisor advisor)
|
protected boolean |
AdvisorMatcherStrategy.checkIntroductions(Class clazz,
ClassExpression instanceOf,
Advisor advisor)
|
protected boolean |
ProxyMatcherStrategy.checkIntroductions(Class clazz,
ClassExpression instanceOf,
Advisor advisor)
|
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 |
ASTField.getClazz()
|
ClassExpression |
ASTAll.getClazz()
|
ClassExpression |
ASTClass.getClazz()
|
ClassExpression |
ASTConstructor.getClazz()
|
ClassExpression |
ASTMethod.getClazz()
|
ClassExpression |
IdentifierExpression.getImplementsExpression()
|
ClassExpression |
ASTMethod.getReturnType()
|
ClassExpression |
ASTField.getType()
|
ClassExpression |
ASTException.getType()
|
ClassExpression |
ASTParameter.getType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |