contains behavior related to aspects

Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
inspect = "DefaultBehavior Aspects"
kind = "DefaultBehavior Aspects"
notice = "DefaultBehavior Aspects"
Active cells (details)
after(matching: nil, except: nil, +joinPoints)

nil

method(matching: nil, except: nil, +joinPoints, 
  Pointcut with(receiver: self, joinPoints: joinPoints, matching: cell(:matching), except: except, type: :after))
around(matching: nil, except: nil, +joinPoints)

nil

method(matching: nil, except: nil, +joinPoints, 
  Pointcut with(receiver: self, joinPoints: joinPoints, matching: cell(:matching), except: except, type: :around))
before(matching: nil, except: nil, +joinPoints)

nil

method(matching: nil, except: nil, +joinPoints, 
  Pointcut with(receiver: self, joinPoints: joinPoints, matching: cell(:matching), except: except, type: :before))