abc.eaj.ast
Class PCCast_c

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

public class PCCast_c
extends Pointcut_c
implements PCCast

Author:
Julian Tibble

Field Summary
protected  TypePatternExpr type_pattern
           
 
Fields inherited from class abc.aspectj.ast.Pointcut_c
initialised
 
Constructor Summary
PCCast_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  PCCast_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

PCCast_c

public PCCast_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 PCCast_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