org.jboss.aop.pointcut
Class CFlow

java.lang.Object
  extended by org.jboss.aop.pointcut.CFlow

public class CFlow
extends Object

Comment

Version:
$Revision: 77245 $
Author:
Bill Burke

Field Summary
static int NOT_FOUND
           
 
Constructor Summary
CFlow(String expr, boolean not)
           
 
Method Summary
 int matches(StackTraceElement[] stack, int index, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_FOUND

public static int NOT_FOUND
Constructor Detail

CFlow

public CFlow(String expr,
             boolean not)
Method Detail

matches

public int matches(StackTraceElement[] stack,
                   int index,
                   ClassLoader cl)


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