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(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 (GoStmt)
constructor(value: GoStmt)
GoStmt(GoStmt value)
init(_ value: GoStmt)
Sub New(value As GoStmt)
Parameters:
- value:
Call
var Call: Memory<CallExpr>;
Memory<CallExpr> Call
var Call: Memory<CallExpr>
Call Memory<CallExpr>
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
var Call: Memory<CallExpr>;
Memory<CallExpr> Call
var Call: Memory<CallExpr>
Call Memory<CallExpr>
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(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 (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