org.jboss.aop.pointcut.ast
Class ClassExpression

java.lang.Object
  extended by org.jboss.aop.pointcut.ast.ClassExpression

public class ClassExpression
extends Object

Comment

Version:
$Revision: 1.6 $
Author:
Bill Burke

Constructor Summary
ClassExpression(String expr)
           
 
Method Summary
 String getInstanceOfAnnotation()
           
 String getOriginal()
           
 boolean isAnnotation()
           
 boolean isInstanceOf()
           
 boolean isInstanceOfAnnotated()
           
 boolean isSimple()
           
 boolean isTypedef()
           
 boolean matches(String classname)
           
 boolean matchesAnnotation(String annotation)
           
static String simpleType(Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassExpression

public ClassExpression(String expr)
Method Detail

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.