SPeCS Packages Documentation
    Preparing search index...

    Represents a Lara transformation pass.

    Need to implement:

    • _apply_impl($jp)

    Hierarchy (View Summary)

    • Pass
      • SimplifyReturnStmts
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _name: string = "SimplifyReturnStmts"

    Accessors

    • get name(): string

      Returns string

      Name of the pass

    Methods

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

      Parameters

      Returns PassResult

      Results of applying this pass to the given joint point