Represents a Lara transformation pass.

Need to implement:

  • _apply_impl($jp)

Hierarchy (view full)

  • pass
    • singleReturnFunction

Constructors

Properties

Accessors

Methods

Constructors

Properties

_name: string = "SingleReturnFunctions"

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