(.js)
laraImport("lara.pass.SimplePass");
(.lara)
import lara.pass.SimplePass;
Classes:
new SimplePass()_apply_impl($jp)Apply tranformation to
_selectedJps($jp)Selects the join points and its descendants, if needed, according to the traversalType
constructor(includeDescendants)matchJoinpoint($jp)Predicate that informs the pass whether a certain joinpoint should be transformed
transformJoinpoint($jp)Transformation to be applied to matching joinpoints
traversalType()Order in which the join point's descendants should be visited