CompositeLit
Overview
Location
- Reference: Go.fx
- Namespace: go.ast
- Platforms: Island
Implements
constructor
constructor
CompositeLit()
init()
Sub New()
Parameters:
- aType:
- aLbrace:
- aElts:
- aRbrace:
- aIncomplete:
constructor (CompositeLit)
constructor(value: CompositeLit)
CompositeLit(CompositeLit value)
init(_ value: CompositeLit)
Sub New(value As CompositeLit)
Parameters:
- value:
Elts
End
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Lbrace
Pos
Rbrace
Type
Elts
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Lbrace
Rbrace
Type
constructor
constructor
CompositeLit()
init()
Sub New()
Parameters:
- aType:
- aLbrace:
- aElts:
- aRbrace:
- aIncomplete:
constructor (CompositeLit)
constructor(value: CompositeLit)
CompositeLit(CompositeLit value)
init(_ value: CompositeLit)
Sub New(value As CompositeLit)
Parameters:
- value:
End
Pos