abc.weaving.aspectinfo
Class DeclareSoft.SoftenAdvice

java.lang.Object
  extended by abc.weaving.aspectinfo.Syntax
      extended by abc.weaving.aspectinfo.AbstractAdviceSpec
          extended by abc.weaving.aspectinfo.AbstractAfterAdvice
              extended by abc.weaving.aspectinfo.AfterThrowingAdvice
                  extended by abc.weaving.aspectinfo.DeclareSoft.SoftenAdvice
All Implemented Interfaces:
AdviceSpec
Enclosing class:
DeclareSoft

public static class DeclareSoft.SoftenAdvice
extends AfterThrowingAdvice


Constructor Summary
DeclareSoft.SoftenAdvice(AbcType exc, Position pos)
           
 
Method Summary
 void bindException(WeavingContext wc, AbstractAdviceDecl ad, Local exception)
           
 RefType getCatchType()
           
 java.lang.String toString()
           
 
Methods inherited from class abc.weaving.aspectinfo.AfterThrowingAdvice
weave
 
Methods inherited from class abc.weaving.aspectinfo.AbstractAfterAdvice
matchesAt
 
Methods inherited from class abc.weaving.aspectinfo.AbstractAdviceSpec
isAfter
 
Methods inherited from class abc.weaving.aspectinfo.Syntax
getPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeclareSoft.SoftenAdvice

public DeclareSoft.SoftenAdvice(AbcType exc,
                                Position pos)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AfterThrowingAdvice

getCatchType

public RefType getCatchType()
Overrides:
getCatchType in class AfterThrowingAdvice

bindException

public void bindException(WeavingContext wc,
                          AbstractAdviceDecl ad,
                          Local exception)
Overrides:
bindException in class AfterThrowingAdvice