aspectd_defs library

Classes

Add
Call grammar is working on those callsites for the annotated method.
Aspect
Annotation indicating whether a class should be taken into consideration when searching for aspectd implementations like AOP.
Call
Call grammar is working on those callsites for the annotated method.
Execute
Execute grammar is working on method body. In other words, it will fail when a function has no body in dart form, like native method.
FieldGet
Field get grammar is working on those callsites for the annotated method.
Inject
Inject grammar can help you to inject statements into specific method implementation on specific location.
PointCut
Object carrying callsite information and methods which can enable you to call the original implementation.