SwitchStmt

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

 

SwitchStmt()

 

init()

 

Sub New()

constructor (Pos, Stmt, Expr, Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
constructor(aSwitch: Pos; aInit: Stmt; aTag: Expr; aBody: Memory<BlockStmt>)
// Island
constructor(aSwitch: Pos; aInit: Stmt; aTag: Expr; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
SwitchStmt(Pos aSwitch, Stmt aInit, Expr aTag, Memory<BlockStmt> aBody)
// Island
SwitchStmt(Pos aSwitch, Stmt aInit, Expr aTag, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aSwitch: Pos, _ aInit: Stmt, _ aTag: Expr, _ aBody: Memory<BlockStmt>)
// Island
init(_ aSwitch: Pos, _ aInit: Stmt, _ aTag: Expr, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aSwitch As Pos, aInit As Stmt, aTag As Expr, aBody As Memory<BlockStmt>)
// Island
Sub New(aSwitch As Pos, aInit As Stmt, aTag As Expr, aBody As Memory<BlockStmt>)

Parameters:

  • aSwitch:
  • aInit:
  • aTag:
  • aBody:

constructor (SwitchStmt)

 

constructor(value: SwitchStmt)

 

SwitchStmt(SwitchStmt value)

 

init(_ value: SwitchStmt)

 

Sub New(value As SwitchStmt)

Parameters:

  • value:

Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>;
// Island
var Body: Memory<BlockStmt>;

 

// .NET, .NET Standard 2.0
Memory<BlockStmt> Body
// Island
Memory<BlockStmt> Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>
// Island
var Body: Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
Body Memory<BlockStmt>
// Island
Body Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
FIELD Body() As Memory<BlockStmt>
// Island
FIELD Body() As Memory<BlockStmt>

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Init

 

var Init: Stmt;

 

Stmt Init

 

var Init: Stmt

 

Init Stmt

 

FIELD Init() As Stmt

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Switch

 

var Switch: Pos;

 

Pos Switch

 

var Switch: Pos

 

Switch Pos

 

FIELD Switch() As Pos

Tag

 

var Tag: Expr;

 

Expr Tag

 

var Tag: Expr

 

Tag Expr

 

FIELD Tag() As Expr

 

Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>;
// Island
var Body: Memory<BlockStmt>;

 

// .NET, .NET Standard 2.0
Memory<BlockStmt> Body
// Island
Memory<BlockStmt> Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>
// Island
var Body: Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
Body Memory<BlockStmt>
// Island
Body Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
FIELD Body() As Memory<BlockStmt>
// Island
FIELD Body() As Memory<BlockStmt>

Init

 

var Init: Stmt;

 

Stmt Init

 

var Init: Stmt

 

Init Stmt

 

FIELD Init() As Stmt

Switch

 

var Switch: Pos;

 

Pos Switch

 

var Switch: Pos

 

Switch Pos

 

FIELD Switch() As Pos

Tag

 

var Tag: Expr;

 

Expr Tag

 

var Tag: Expr

 

Tag Expr

 

FIELD Tag() As Expr

 

constructor

 

constructor

 

SwitchStmt()

 

init()

 

Sub New()

constructor (Pos, Stmt, Expr, Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
constructor(aSwitch: Pos; aInit: Stmt; aTag: Expr; aBody: Memory<BlockStmt>)
// Island
constructor(aSwitch: Pos; aInit: Stmt; aTag: Expr; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
SwitchStmt(Pos aSwitch, Stmt aInit, Expr aTag, Memory<BlockStmt> aBody)
// Island
SwitchStmt(Pos aSwitch, Stmt aInit, Expr aTag, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aSwitch: Pos, _ aInit: Stmt, _ aTag: Expr, _ aBody: Memory<BlockStmt>)
// Island
init(_ aSwitch: Pos, _ aInit: Stmt, _ aTag: Expr, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aSwitch As Pos, aInit As Stmt, aTag As Expr, aBody As Memory<BlockStmt>)
// Island
Sub New(aSwitch As Pos, aInit As Stmt, aTag As Expr, aBody As Memory<BlockStmt>)

Parameters:

  • aSwitch:
  • aInit:
  • aTag:
  • aBody:

constructor (SwitchStmt)

 

constructor(value: SwitchStmt)

 

SwitchStmt(SwitchStmt value)

 

init(_ value: SwitchStmt)

 

Sub New(value As SwitchStmt)

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