org.jboss.aop.pointcut.ast
Class IdentifierExpression

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

public class IdentifierExpression
extends Object

Comment

Version:
$Revision: 38812 $
Author:
Bill Burke

Constructor Summary
IdentifierExpression(String expr)
           
 
Method Summary
 ClassExpression getImplementsExpression()
           
 String getOriginal()
           
 boolean isAnnotation()
           
 boolean isImplementing()
           
 boolean isImplements()
           
 boolean matches(String name)
           
 boolean matchesAnnotation(String annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifierExpression

public IdentifierExpression(String expr)
Method Detail

matches

public boolean matches(String name)

matchesAnnotation

public boolean matchesAnnotation(String annotation)

getOriginal

public String getOriginal()

isAnnotation

public boolean isAnnotation()

isImplements

public boolean isImplements()

isImplementing

public boolean isImplementing()

getImplementsExpression

public ClassExpression getImplementsExpression()


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.