org.jboss.aop.pointcut.ast
Class ClassExpression
java.lang.Object
org.jboss.aop.pointcut.ast.ClassExpression
public class ClassExpression
- extends Object
Comment
- Version:
- $Revision: 40346 $
- 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)
main
public static void main(String[] args)
Copyright © 2004 JBoss Inc. All Rights Reserved.