Modifier and Type | Field and Description |
---|---|
protected ClassExpression[] |
AspectManager.ignoreExpressions
ClassExpressions built from ignore.
|
Modifier and Type | Method and Description |
---|---|
ClassExpression[] |
AspectManager.getIgnoreExpressions() |
ClassExpression[] |
Domain.getIgnoreExpressions()
Only set on a per vm basis
|
Modifier and Type | Field and Description |
---|---|
protected ClassExpression |
ArrayReplacement.classExpr |
Modifier and Type | Field and Description |
---|---|
protected ClassExpression |
InterfaceIntroduction.classExpr |
Modifier and Type | Field and Description |
---|---|
protected ClassExpression |
ClassMetaDataBinding.classExpr |
Modifier and Type | Field and Description |
---|---|
protected ClassExpression |
LifecycleCallbackBinding.classes
The class to match
|
Modifier and Type | Method and Description |
---|---|
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 |
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) |
boolean |
MatcherStrategy.subtypeOf(Class<?> clazz,
ClassExpression instanceOf,
Advisor advisor) |
static boolean |
Util.subtypeOf(Class<?> clazz,
ClassExpression instanceOf,
Advisor advisor) |
static boolean |
Util.subtypeOf(javassist.CtClass clazz,
ClassExpression instanceOf,
Advisor advisor) |
Modifier and Type | Method and Description |
---|---|
ClassExpression |
ASTMethod.getClazz() |
ClassExpression |
ASTClass.getClazz() |
ClassExpression |
ASTConstructor.getClazz() |
ClassExpression |
ASTWithin.getClazz() |
ClassExpression |
ASTField.getClazz() |
ClassExpression |
ASTAll.getClazz() |
ClassExpression |
IdentifierExpression.getImplementsExpression() |
ClassExpression |
ASTMethod.getReturnType() |
ClassExpression |
ASTParameter.getType() |
ClassExpression |
ASTException.getType() |
ClassExpression |
ASTField.getType() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.