(.js)
laraImport("lara.pass.Pass");
(.lara)
import lara.pass.Pass;
Classes:
new Pass()
Represents a Lara transformation pass.
Need to implement:
- _apply_impl($jp)
_apply_impl($jp)
Apply tranformation to
apply($jp)
Applies this pass starting at the given join point. If no join point is given, uses the root join point
constructor()
name()