GoStmt

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

 

GoStmt()

 

init()

 

Sub New()

constructor (Pos, Memory<CallExpr>)

 

// .NET, .NET Standard 2.0
constructor(aGo: Pos; aCall: Memory<CallExpr>)
// Island
constructor(aGo: Pos; aCall: Memory<CallExpr>)

 

// .NET, .NET Standard 2.0
GoStmt(Pos aGo, Memory<CallExpr> aCall)
// Island
GoStmt(Pos aGo, Memory<CallExpr> aCall)

 

// .NET, .NET Standard 2.0
init(_ aGo: Pos, _ aCall: Memory<CallExpr>)
// Island
init(_ aGo: Pos, _ aCall: Memory<CallExpr>)

 

// .NET, .NET Standard 2.0
Sub New(aGo As Pos, aCall As Memory<CallExpr>)
// Island
Sub New(aGo As Pos, aCall As Memory<CallExpr>)

Parameters:

  • aGo:
  • aCall:

constructor (GoStmt)

 

constructor(value: GoStmt)

 

GoStmt(GoStmt value)

 

init(_ value: GoStmt)

 

Sub New(value As GoStmt)

Parameters:

  • value:

Call

 

// .NET, .NET Standard 2.0
var Call: Memory<CallExpr>;
// Island
var Call: Memory<CallExpr>;

 

// .NET, .NET Standard 2.0
Memory<CallExpr> Call
// Island
Memory<CallExpr> Call

 

// .NET, .NET Standard 2.0
var Call: Memory<CallExpr>
// Island
var Call: Memory<CallExpr>

 

// .NET, .NET Standard 2.0
Call Memory<CallExpr>
// Island
Call Memory<CallExpr>

 

// .NET, .NET Standard 2.0
FIELD Call() As Memory<CallExpr>
// Island
FIELD Call() As Memory<CallExpr>

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Go

 

var Go: Pos;

 

Pos Go

 

var Go: Pos

 

Go Pos

 

FIELD Go() As Pos

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

 

Call

 

// .NET, .NET Standard 2.0
var Call: Memory<CallExpr>;
// Island
var Call: Memory<CallExpr>;

 

// .NET, .NET Standard 2.0
Memory<CallExpr> Call
// Island
Memory<CallExpr> Call

 

// .NET, .NET Standard 2.0
var Call: Memory<CallExpr>
// Island
var Call: Memory<CallExpr>

 

// .NET, .NET Standard 2.0
Call Memory<CallExpr>
// Island
Call Memory<CallExpr>

 

// .NET, .NET Standard 2.0
FIELD Call() As Memory<CallExpr>
// Island
FIELD Call() As Memory<CallExpr>

Go

 

var Go: Pos;

 

Pos Go

 

var Go: Pos

 

Go Pos

 

FIELD Go() As Pos

 

constructor

 

constructor

 

GoStmt()

 

init()

 

Sub New()

constructor (Pos, Memory<CallExpr>)

 

// .NET, .NET Standard 2.0
constructor(aGo: Pos; aCall: Memory<CallExpr>)
// Island
constructor(aGo: Pos; aCall: Memory<CallExpr>)

 

// .NET, .NET Standard 2.0
GoStmt(Pos aGo, Memory<CallExpr> aCall)
// Island
GoStmt(Pos aGo, Memory<CallExpr> aCall)

 

// .NET, .NET Standard 2.0
init(_ aGo: Pos, _ aCall: Memory<CallExpr>)
// Island
init(_ aGo: Pos, _ aCall: Memory<CallExpr>)

 

// .NET, .NET Standard 2.0
Sub New(aGo As Pos, aCall As Memory<CallExpr>)
// Island
Sub New(aGo As Pos, aCall As Memory<CallExpr>)

Parameters:

  • aGo:
  • aCall:

constructor (GoStmt)

 

constructor(value: GoStmt)

 

GoStmt(GoStmt value)

 

init(_ value: GoStmt)

 

Sub New(value As GoStmt)

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