SPeCS Packages Documentation
    Preparing search index...

    Represents a Lara transformation pass.

    Need to implement:

    • _apply_impl($jp)

    Hierarchy (View Summary)

    Index
    _name: string = "SimplifyLoops"
    • get name(): string

      Returns string

      Name of the pass

    • Applies this pass starting at the given join point. If no join point is given, uses the root join point

      Parameters

      • $jp: LaraJoinPoint

        Joint point on which the pass will be applied

      Returns PassResult

      Results of applying this pass to the given joint point