org.jboss.aop.pointcut.ast
Class ClassExpression
java.lang.Object
org.jboss.aop.pointcut.ast.ClassExpression
- public class ClassExpression
- extends Object
Comment
- Version:
- $Revision: 1.6 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassExpression
public ClassExpression(String expr)
isSimple
public boolean isSimple()
matches
public boolean matches(String classname)
matchesAnnotation
public boolean matchesAnnotation(String annotation)
isAnnotation
public boolean isAnnotation()
isInstanceOf
public boolean isInstanceOf()
isTypedef
public boolean isTypedef()
isInstanceOfAnnotated
public boolean isInstanceOfAnnotated()
getInstanceOfAnnotation
public String getInstanceOfAnnotation()
getOriginal
public String getOriginal()
simpleType
public static String simpleType(Class type)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.