|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
Boolean |
SoftClassMatcher.matches(ClassExpression expr)
|
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.subtypeOf(Class clazz,
ClassExpression instanceOf)
|
static boolean |
Util.subtypeOf(javassist.CtClass clazz,
ClassExpression instanceOf)
|
Uses of ClassExpression in org.jboss.aop.pointcut.ast |
---|
Methods in org.jboss.aop.pointcut.ast that return ClassExpression | |
---|---|
ClassExpression |
ASTAll.getClazz()
|
ClassExpression |
ASTMethod.getClazz()
|
ClassExpression |
ASTClass.getClazz()
|
ClassExpression |
ASTWithin.getClazz()
|
ClassExpression |
ASTConstructor.getClazz()
|
ClassExpression |
ASTField.getClazz()
|
ClassExpression |
ASTMethod.getReturnType()
|
ClassExpression |
ASTException.getType()
|
ClassExpression |
ASTParameter.getType()
|
ClassExpression |
ASTField.getType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |