|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.weaving.aspectinfo.Syntax
abc.weaving.aspectinfo.AbstractAdviceSpec
public abstract class AbstractAdviceSpec
Skeleton implementation of the AdviceSpec
interface.
Useful when implementing advice specifications.
Constructor Summary | |
---|---|
AbstractAdviceSpec(Position pos)
|
Method Summary | |
---|---|
boolean |
isAfter()
Is this advice spec for "after" advice? |
Methods inherited from class abc.weaving.aspectinfo.Syntax |
---|
getPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface abc.weaving.aspectinfo.AdviceSpec |
---|
matchesAt, weave |
Constructor Detail |
---|
public AbstractAdviceSpec(Position pos)
Method Detail |
---|
public boolean isAfter()
AdviceSpec
isAfter
in interface AdviceSpec
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |