org.codehaus.aspectwerkz.pointcut
Class PointcutPattern

java.lang.Object
  extended byorg.codehaus.aspectwerkz.pointcut.PointcutPattern

public class PointcutPattern
extends java.lang.Object

Holds a pre-compiled tuple that consists of the class pattern and the pattern for a specific pointcut.

Author:
Jonas Bonér

Constructor Summary
PointcutPattern(ClassPattern classPattern, Pattern pattern)
          Creates a new pointcut pattern.
 
Method Summary
 ClassPattern getClassPattern()
          Returns the class pattern.
 Pattern getPattern()
          Returns the pattern.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointcutPattern

public PointcutPattern(ClassPattern classPattern,
                       Pattern pattern)
Creates a new pointcut pattern.

Parameters:
classPattern - the class pattern
pattern - the pattern
Method Detail

getClassPattern

public ClassPattern getClassPattern()
Returns the class pattern.

Returns:
the class pattern

getPattern

public Pattern getPattern()
Returns the pattern.

Returns:
the pattern


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.