ataspectj
Class ExpressionAnnotationPointcut

java.lang.Object
  extended by ataspectj.ExpressionAnnotationPointcut

public class ExpressionAnnotationPointcut
extends java.lang.Object

Class used to translate the @expr pointcut into an AspectJ valid pointcut.


Field Summary
 java.lang.String _annotationName
          The Annotation Name.
 java.lang.String _newPointCut
          The new AspectJ valid pointcut.
 java.lang.String _newPointCutCall
          The new call AspectJ valid pointcut.
 
Constructor Summary
ExpressionAnnotationPointcut(java.lang.String name)
          The constructor of the class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_annotationName

public java.lang.String _annotationName
The Annotation Name.


_newPointCutCall

public java.lang.String _newPointCutCall
The new call AspectJ valid pointcut.


_newPointCut

public java.lang.String _newPointCut
The new AspectJ valid pointcut.

Constructor Detail

ExpressionAnnotationPointcut

public ExpressionAnnotationPointcut(java.lang.String name)
The constructor of the class.

Parameters:
name - the annotation name.