ReturnStmt

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.ast
  • Platforms: .NET, .NET Standard 2.0, Island


 

constructor

 

constructor

 

ReturnStmt()

 

init()

 

Sub New()

constructor (Pos, Slice<Expr>)

 

constructor(aReturn: Pos; aResults: Slice<Expr>)

 

ReturnStmt(Pos aReturn, Slice<Expr> aResults)

 

init(_ aReturn: Pos, _ aResults: Slice<Expr>)

 

Sub New(aReturn As Pos, aResults As Slice<Expr>)

Parameters:

  • aReturn:
  • aResults:

constructor (ReturnStmt)

 

constructor(value: ReturnStmt)

 

ReturnStmt(ReturnStmt value)

 

init(_ value: ReturnStmt)

 

Sub New(value As ReturnStmt)

Parameters:

  • value:

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Results

 

var Results: Slice<Expr>;

 

Slice<Expr> Results

 

var Results: Slice<Expr>

 

Results Slice<Expr>

 

FIELD Results() As Slice<Expr>

Return

 

var Return: Pos;

 

Pos Return

 

var Return: Pos

 

Return Pos

 

FIELD Return() As Pos

 

Results

 

var Results: Slice<Expr>;

 

Slice<Expr> Results

 

var Results: Slice<Expr>

 

Results Slice<Expr>

 

FIELD Results() As Slice<Expr>

Return

 

var Return: Pos;

 

Pos Return

 

var Return: Pos

 

Return Pos

 

FIELD Return() As Pos

 

constructor

 

constructor

 

ReturnStmt()

 

init()

 

Sub New()

constructor (Pos, Slice<Expr>)

 

constructor(aReturn: Pos; aResults: Slice<Expr>)

 

ReturnStmt(Pos aReturn, Slice<Expr> aResults)

 

init(_ aReturn: Pos, _ aResults: Slice<Expr>)

 

Sub New(aReturn As Pos, aResults As Slice<Expr>)

Parameters:

  • aReturn:
  • aResults:

constructor (ReturnStmt)

 

constructor(value: ReturnStmt)

 

ReturnStmt(ReturnStmt value)

 

init(_ value: ReturnStmt)

 

Sub New(value As ReturnStmt)

Parameters:

  • value:

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos