|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMethodDecl_c
abc.aspectj.extension.AJMethodDecl_c
abc.aspectj.ast.AdviceBody_c
abc.aspectj.ast.AdviceDecl_c
abc.ra.ast.AdviceDecl_c
public class AdviceDecl_c
Custom advice declaration with enhanced type check.
| Field Summary |
|---|
| Fields inherited from class abc.aspectj.ast.AdviceDecl_c |
|---|
pc, retval, spec |
| Fields inherited from class abc.aspectj.ast.AdviceBody_c |
|---|
canRewriteThisJoinPoint, hasEnclosingJoinPointStaticPart, hasJoinPoint, hasJoinPointStaticPart, isAroundAdvice, methodsInAdvice, thisEnclosingJoinPointStaticPartInstance, thisJoinPointInstance, thisJoinPointStaticPartInstance |
| Constructor Summary | |
|---|---|
AdviceDecl_c(Position pos,
Flags flags,
AdviceSpec spec,
java.util.List throwTypes,
Pointcut pc,
Block body)
|
|
| Method Summary | |
|---|---|
Node |
typeCheck(TypeChecker tc)
In addition to normal type checks, verifies that no RelationalAround spec is used as advice spec. |
| Methods inherited from class abc.aspectj.ast.AdviceDecl_c |
|---|
acceptCFG, addExtraFormals, adviceSignature, disambiguateEnter, enterScope, entry, prettyPrint, proceedDecl, reconstruct, update, visitChildren |
| 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.AdviceDecl |
|---|
hasJoinPoint, hasJoinPointStaticPart, joinpointFormals, localMethod, methodDecl, proceedDecl |
| Methods inherited from interface abc.aspectj.ast.MakesAspectMethods |
|---|
aspectMethodsEnter, aspectMethodsLeave |
| Methods inherited from interface abc.aspectj.visit.TransformsAspectReflection |
|---|
enterAspectReflectionInspect, enterAspectReflectionRewrite, leaveAspectReflectionInspect, leaveAspectReflectionRewrite |
| Constructor Detail |
|---|
public AdviceDecl_c(Position pos,
Flags flags,
AdviceSpec spec,
java.util.List throwTypes,
Pointcut pc,
Block body)
AdviceDecl_c.AdviceDecl_c(Position, Flags, AdviceSpec, List, Pointcut, Block)| Method Detail |
|---|
public Node typeCheck(TypeChecker tc)
throws SemanticException
RelationalAround spec is used as advice spec.
typeCheck in class AdviceDecl_cSemanticException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||