Class Return

Base definition for any type that is Stmt.

Hierarchy

  • Return

Implements

Constructors

Properties

Methods

Constructors

  • Exits the current context successfully.

    Parameters

    • offset: Expr

      Byte offset in the memory in bytes, to copy what will be the return data of this context.

    • size: Expr

      Byte size to copy (size of the return data).

    • Optional args: Expr[]

    Returns Return

Properties

args?: Expr[]
name: "Return" = 'Return'

The name tag of this IStmt.

offset: Expr

Byte offset in the memory in bytes, to copy what will be the return data of this context.

size: Expr

Byte size to copy (size of the return data).

Methods

Generated using TypeDoc v0.25.2