|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectNode_c
abc.aspectj.ast.Pointcut_c
abc.eaj.ast.PCLocalVars_c
abc.tm.ast.ClosedPointcut_c
public class ClosedPointcut_c
| Field Summary |
|---|
| Fields inherited from class abc.eaj.ast.PCLocalVars_c |
|---|
formals, pc |
| Fields inherited from class abc.aspectj.ast.Pointcut_c |
|---|
initialised |
| Constructor Summary | |
|---|---|
ClosedPointcut_c(Position pos,
java.util.List formals,
Pointcut pc)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
mayBind()
we are encapsulating all the variables so mayBind() returns an empty set (and we skip the binding checks for the child pointcut, because they have already been done) |
| Methods inherited from class abc.eaj.ast.PCLocalVars_c |
|---|
aspectMethodsEnter, aspectMethodsLeave, enterScope, isDynamic, makeAIPointcut, mustBind, pcRefs, precedence, prettyPrint, reconstruct, toString, visitChildren |
| 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, isDynamic, makeAIPointcut, mustBind, pcRefs, precedence, printSubExpr |
| Methods inherited from interface abc.aspectj.ast.MakesAspectMethods |
|---|
aspectMethodsEnter, aspectMethodsLeave |
| Constructor Detail |
|---|
public ClosedPointcut_c(Position pos,
java.util.List formals,
Pointcut pc)
| Method Detail |
|---|
public java.util.Collection mayBind()
throws SemanticException
mayBind in interface PointcutmayBind in class PCLocalVars_cSemanticException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||