abc.aspectj.ast
Class PCCflowBelow_c

java.lang.Object
  extended by Node_c
      extended by abc.aspectj.ast.Pointcut_c
          extended by abc.aspectj.ast.PCCflowBelow_c
All Implemented Interfaces:
PCCflowBelow, Pointcut

public class PCCflowBelow_c
extends Pointcut_c
implements PCCflowBelow

Author:
Oege de Moor

Field Summary
protected  Pointcut pc
           
 
Fields inherited from class abc.aspectj.ast.Pointcut_c
initialised
 
Constructor Summary
PCCflowBelow_c(Position pos, Pointcut pc)
           
 
Method Summary
 Context enterScope(Context c)
           
 boolean isDynamic()
           
 Pointcut makeAIPointcut()
           
 java.util.Collection mayBind()
           
 java.util.Collection mustBind()
           
 java.util.Set pcRefs()
           
 Precedence precedence()
          Get the precedence of the expression.
 void prettyPrint(CodeWriter w, PrettyPrinter tr)
           
protected  PCCflowBelow_c reconstruct(Pointcut pc)
          Reconstruct the pointcut.
 java.lang.String toString()
           
 Node typeCheck(TypeChecker tc)
           
 Node visitChildren(NodeVisitor v)
          Visit the children of the pointcut.
 
Methods inherited from class abc.aspectj.ast.Pointcut_c
checkFormals, printSubExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface abc.aspectj.ast.Pointcut
checkFormals, printSubExpr
 

Field Detail

pc

protected Pointcut pc
Constructor Detail

PCCflowBelow_c

public PCCflowBelow_c(Position pos,
                      Pointcut pc)
Method Detail

precedence

public Precedence precedence()
Description copied from interface: Pointcut
Get the precedence of the expression.

Specified by:
precedence in interface Pointcut
Overrides:
precedence in class Pointcut_c

pcRefs

public java.util.Set pcRefs()
Specified by:
pcRefs in interface Pointcut

isDynamic

public boolean isDynamic()
Specified by:
isDynamic in interface Pointcut

reconstruct

protected PCCflowBelow_c reconstruct(Pointcut pc)
Reconstruct the pointcut.


visitChildren

public Node visitChildren(NodeVisitor v)
Visit the children of the pointcut.


prettyPrint

public void prettyPrint(CodeWriter w,
                        PrettyPrinter tr)

enterScope

public Context enterScope(Context c)

typeCheck

public Node typeCheck(TypeChecker tc)
               throws SemanticException
Throws:
SemanticException

mayBind

public java.util.Collection mayBind()
                             throws SemanticException
Specified by:
mayBind in interface Pointcut
Overrides:
mayBind in class Pointcut_c
Throws:
SemanticException

mustBind

public java.util.Collection mustBind()
Specified by:
mustBind in interface Pointcut
Overrides:
mustBind in class Pointcut_c

makeAIPointcut

public Pointcut makeAIPointcut()
Specified by:
makeAIPointcut in interface Pointcut

toString

public java.lang.String toString()