| inspect | = | "DefaultBehavior Aspects" |
contains behavior related to aspects
Mimics
-
none
Inactive cells
Active cells
- after(matching: nil, except: nil, +joinPoints)
- around(matching: nil, except: nil, +joinPoints)
- before(matching: nil, except: nil, +joinPoints)
Specs
Inactive cells (details)
Active cells (details)
nil
[ show source ]
method(matching: nil, except: nil, +joinPoints, Pointcut with(receiver: self, joinPoints: joinPoints, matching: cell(:matching), except: except, type: :after))
nil
[ show source ]
method(matching: nil, except: nil, +joinPoints, Pointcut with(receiver: self, joinPoints: joinPoints, matching: cell(:matching), except: except, type: :around))
nil
[ show source ]
method(matching: nil, except: nil, +joinPoints, Pointcut with(receiver: self, joinPoints: joinPoints, matching: cell(:matching), except: except, type: :before))