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(aGo: Pos; aCall: Memory<CallExpr>)
GoStmt(Pos aGo, Memory<CallExpr> aCall)
init(_ aGo: Pos, _ aCall: Memory<CallExpr>)
Sub New(aGo As Pos, aCall As Memory<CallExpr>)

Parameters:

  • aGo:
  • aCall:

constructor(value: GoStmt)

Parameters:

  • value:

Call

var Call: Memory<CallExpr>;
var Call: Memory<CallExpr>
FIELD Call() As Memory<CallExpr>

End Island


Go


Pos Island

Call

var Call: Memory<CallExpr>;
var Call: Memory<CallExpr>
FIELD Call() As Memory<CallExpr>

Go

constructor


constructor(aGo: Pos; aCall: Memory<CallExpr>)
GoStmt(Pos aGo, Memory<CallExpr> aCall)
init(_ aGo: Pos, _ aCall: Memory<CallExpr>)
Sub New(aGo As Pos, aCall As Memory<CallExpr>)

Parameters:

  • aGo:
  • aCall:

constructor(value: GoStmt)

Parameters:

  • value:

End Island


Pos Island