KeyValueExpr
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
KeyValueExpr()
init()
Sub New()
constructor(aKey: Expr; aColon: Pos; aValue: Expr)
KeyValueExpr(Expr aKey, Pos aColon, Expr aValue)
init(_ aKey: Expr, _ aColon: Pos, _ aValue: Expr)
Sub New(aKey As Expr, aColon As Pos, aValue As Expr)
Parameters:
- aKey:
- aColon:
- aValue:
constructor (KeyValueExpr)
constructor(value: KeyValueExpr)
KeyValueExpr(KeyValueExpr value)
init(_ value: KeyValueExpr)
Sub New(value As KeyValueExpr)
Parameters:
- value:
Colon
var Colon: Pos;
Pos Colon
var Colon: Pos
Colon Pos
FIELD Colon() As Pos
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Key
var Key: Expr;
Expr Key
var Key: Expr
Key Expr
FIELD Key() As Expr
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
Colon
var Colon: Pos;
Pos Colon
var Colon: Pos
Colon Pos
FIELD Colon() As Pos
Key
var Key: Expr;
Expr Key
var Key: Expr
Key Expr
FIELD Key() As Expr
Value
var Value: Expr;
Expr Value
var Value: Expr
Value Expr
FIELD Value() As Expr
constructor
constructor
KeyValueExpr()
init()
Sub New()
constructor(aKey: Expr; aColon: Pos; aValue: Expr)
KeyValueExpr(Expr aKey, Pos aColon, Expr aValue)
init(_ aKey: Expr, _ aColon: Pos, _ aValue: Expr)
Sub New(aKey As Expr, aColon As Pos, aValue As Expr)
Parameters:
- aKey:
- aColon:
- aValue:
constructor (KeyValueExpr)
constructor(value: KeyValueExpr)
KeyValueExpr(KeyValueExpr value)
init(_ value: KeyValueExpr)
Sub New(value As KeyValueExpr)
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