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: 1.1 $
Author:
Bill Burke

Constructor Summary
IdentifierExpression(String expr)
           
 
Method Summary
 String getOriginal()
           
 boolean isAnnotation()
           
 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()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.