SendStmt
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
SendStmt()
init()
Sub New()
constructor(aChan: Expr; aArrow: Pos; aValue: Expr)
SendStmt(Expr aChan, Pos aArrow, Expr aValue)
init(_ aChan: Expr, _ aArrow: Pos, _ aValue: Expr)
Sub New(aChan As Expr, aArrow As Pos, aValue As Expr)
Parameters:
- aChan:
- aArrow:
- aValue:
constructor (SendStmt)
constructor(value: SendStmt)
SendStmt(SendStmt value)
init(_ value: SendStmt)
Sub New(value As SendStmt)
Parameters:
- value:
Arrow
var Arrow: Pos;
Pos Arrow
var Arrow: Pos
Arrow Pos
FIELD Arrow() As Pos
Chan
var Chan: Expr;
Expr Chan
var Chan: Expr
Chan Expr
FIELD Chan() As Expr
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
Value
var Value: Expr;
Expr Value
var Value: Expr
Value Expr
FIELD Value() As Expr
Arrow
var Arrow: Pos;
Pos Arrow
var Arrow: Pos
Arrow Pos
FIELD Arrow() As Pos
Chan
var Chan: Expr;
Expr Chan
var Chan: Expr
Chan Expr
FIELD Chan() As Expr
Value
var Value: Expr;
Expr Value
var Value: Expr
Value Expr
FIELD Value() As Expr
constructor
constructor
SendStmt()
init()
Sub New()
constructor(aChan: Expr; aArrow: Pos; aValue: Expr)
SendStmt(Expr aChan, Pos aArrow, Expr aValue)
init(_ aChan: Expr, _ aArrow: Pos, _ aValue: Expr)
Sub New(aChan As Expr, aArrow As Pos, aValue As Expr)
Parameters:
- aChan:
- aArrow:
- aValue:
constructor (SendStmt)
constructor(value: SendStmt)
SendStmt(SendStmt value)
init(_ value: SendStmt)
Sub New(value As SendStmt)
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