Uses of Class
org.codehaus.aspectwerkz.expression.ExpressionVisitor

Packages that use ExpressionVisitor
org.codehaus.aspectwerkz.expression   
 

Uses of ExpressionVisitor in org.codehaus.aspectwerkz.expression
 

Subclasses of ExpressionVisitor in org.codehaus.aspectwerkz.expression
 class ArgsIndexVisitor
          A visitor to compute the args index of the target (matching) method/constructor which match the advice args.
 class CflowExpressionVisitor
          The Cflow visitor.
 class CflowExpressionVisitorRuntime
          The Cflow expression visitor used at runtime.
 

Methods in org.codehaus.aspectwerkz.expression that return ExpressionVisitor
 ExpressionVisitor ExpressionInfo.getExpression()
          Returns the regular expression.
 ExpressionVisitor ExpressionNamespace.getExpression(String name)
          Returns the expression with a specific name.
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.