Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
ch.ethz.prose.crosscut.McutAdvice

Uses of McutAdvice in ch.ethz.prose.crosscut
 

Subclasses of McutAdvice in ch.ethz.prose.crosscut
(package private)  class ConcreteConcreteMcutAdvice
          An advice execution for an advice action of the form XXX(Foo thisObj,String a, int b, other non-wildcards..)
(package private)  class ConcreteWildcardMcutAdvice
          An advice execution for an advice method of the form XXX(Foo thisObj,REST otherParams)
(package private)  class DefaultMcutAdvice
          The execution of an advice method of aribitrary signature.
(package private)  class WildcardConcreteMcutAdvice
          An advice execution for an advice action of the form XXX(ANY thisObj,String a, int b, other non-wildcards..)
(package private)  class WildcardWildcardMcutAdvice
          An advice execution for an advice action of the form XXX(ANY thisObj,REST otherParams)