SelectStmt

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

 

SelectStmt()

 

init()

 

Sub New()

constructor (Pos, Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
constructor(aSelect: Pos; aBody: Memory<BlockStmt>)
// Island
constructor(aSelect: Pos; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
SelectStmt(Pos aSelect, Memory<BlockStmt> aBody)
// Island
SelectStmt(Pos aSelect, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aSelect: Pos, _ aBody: Memory<BlockStmt>)
// Island
init(_ aSelect: Pos, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aSelect As Pos, aBody As Memory<BlockStmt>)
// Island
Sub New(aSelect As Pos, aBody As Memory<BlockStmt>)

Parameters:

  • aSelect:
  • aBody:

constructor (SelectStmt)

 

constructor(value: SelectStmt)

 

SelectStmt(SelectStmt value)

 

init(_ value: SelectStmt)

 

Sub New(value As SelectStmt)

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

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Select

 

var Select: Pos;

 

Pos Select

 

var Select: Pos

 

Select Pos

 

FIELD Select() As Pos

 

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>

Select

 

var Select: Pos;

 

Pos Select

 

var Select: Pos

 

Select Pos

 

FIELD Select() As Pos

 

constructor

 

constructor

 

SelectStmt()

 

init()

 

Sub New()

constructor (Pos, Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
constructor(aSelect: Pos; aBody: Memory<BlockStmt>)
// Island
constructor(aSelect: Pos; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
SelectStmt(Pos aSelect, Memory<BlockStmt> aBody)
// Island
SelectStmt(Pos aSelect, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aSelect: Pos, _ aBody: Memory<BlockStmt>)
// Island
init(_ aSelect: Pos, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aSelect As Pos, aBody As Memory<BlockStmt>)
// Island
Sub New(aSelect As Pos, aBody As Memory<BlockStmt>)

Parameters:

  • aSelect:
  • aBody:

constructor (SelectStmt)

 

constructor(value: SelectStmt)

 

SelectStmt(SelectStmt value)

 

init(_ value: SelectStmt)

 

Sub New(value As SelectStmt)

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