abc.eaj.ast
Class PCThrow_c

java.lang.Object
  extended by Node_c
      extended by abc.aspectj.ast.Pointcut_c
          extended by abc.eaj.ast.PCThrow_c
All Implemented Interfaces:
Pointcut, PCThrow

public class PCThrow_c
extends Pointcut_c
implements PCThrow

Author:
Julian Tibble

Field Summary
protected  TypePatternExpr type_pattern
           
 
Fields inherited from class abc.aspectj.ast.Pointcut_c
initialised
 
Constructor Summary
PCThrow_c(Position pos, TypePatternExpr type_pattern)
           
 
Method Summary
 boolean isDynamic()
           
 Pointcut makeAIPointcut()
           
 java.util.Set pcRefs()
           
 Precedence precedence()
          Get the precedence of the expression.
 void prettyPrint(CodeWriter w, PrettyPrinter pp)
           
protected  PCThrow_c reconstruct(TypePatternExpr type_pattern)
           
 Node visitChildren(NodeVisitor v)
           
 
Methods inherited from class abc.aspectj.ast.Pointcut_c
checkFormals, mayBind, mustBind, printSubExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface abc.aspectj.ast.Pointcut
checkFormals, mayBind, mustBind, printSubExpr
 

Field Detail

type_pattern

protected TypePatternExpr type_pattern
Constructor Detail

PCThrow_c

public PCThrow_c(Position pos,
                 TypePatternExpr type_pattern)
Method Detail

pcRefs

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

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

prettyPrint

public void prettyPrint(CodeWriter w,
                        PrettyPrinter pp)

reconstruct

protected PCThrow_c reconstruct(TypePatternExpr type_pattern)

visitChildren

public Node visitChildren(NodeVisitor v)

isDynamic

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

makeAIPointcut

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