MapType
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
MapType()
init()
Sub New()
constructor(aMap: Pos; aKey: Expr; aValue: Expr)
MapType(Pos aMap, Expr aKey, Expr aValue)
init(_ aMap: Pos, _ aKey: Expr, _ aValue: Expr)
Sub New(aMap As Pos, aKey As Expr, aValue As Expr)
Parameters:
- aMap:
- aKey:
- aValue:
constructor (MapType)
constructor(value: MapType)
MapType(MapType value)
init(_ value: MapType)
Sub New(value As MapType)
Parameters:
- value:
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
Map
var Map: Pos;
Pos Map
var Map: Pos
Map Pos
FIELD Map() 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
Key
var Key: Expr;
Expr Key
var Key: Expr
Key Expr
FIELD Key() As Expr
Map
var Map: Pos;
Pos Map
var Map: Pos
Map Pos
FIELD Map() As Pos
Value
var Value: Expr;
Expr Value
var Value: Expr
Value Expr
FIELD Value() As Expr
constructor
constructor
MapType()
init()
Sub New()
constructor(aMap: Pos; aKey: Expr; aValue: Expr)
MapType(Pos aMap, Expr aKey, Expr aValue)
init(_ aMap: Pos, _ aKey: Expr, _ aValue: Expr)
Sub New(aMap As Pos, aKey As Expr, aValue As Expr)
Parameters:
- aMap:
- aKey:
- aValue:
constructor (MapType)
constructor(value: MapType)
MapType(MapType value)
init(_ value: MapType)
Sub New(value As MapType)
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