abc.aspectj.ast
Interface PCBinary

All Superinterfaces:
Pointcut
All Known Implementing Classes:
PCBinary_c

public interface PCBinary
extends Pointcut

Author:
Oege de Moor

Nested Class Summary
static class PCBinary.Operator
           
 
Field Summary
static PCBinary.Operator COND_AND
           
static PCBinary.Operator COND_OR
           
 
Method Summary
 
Methods inherited from interface abc.aspectj.ast.Pointcut
checkFormals, isDynamic, makeAIPointcut, mayBind, mustBind, pcRefs, precedence, printSubExpr
 

Field Detail

COND_OR

static final PCBinary.Operator COND_OR

COND_AND

static final PCBinary.Operator COND_AND