constructor
GoStmt()
init()
Sub New()
constructor (Pos, Reference<CallExpr>)
constructor(aGo: Pos; aCall: Reference<CallExpr>)
GoStmt(Pos aGo, Reference<CallExpr> aCall)
init(_ aGo: Pos, _ aCall: Reference<CallExpr>)
Sub New(aGo As Pos, aCall As Reference<CallExpr>)
Parameters:
constructor (GoStmt)
constructor(value: GoStmt)
GoStmt(GoStmt value)
init(_ value: GoStmt)
Sub New(value As GoStmt)
Call
var Call: Reference<CallExpr>;
Reference<CallExpr> Call
var Call: Reference<CallExpr>
Call Reference<CallExpr>
FIELD Call() As Reference<CallExpr>
End
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
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos