FieldList
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
FieldList()
init()
Sub New()
constructor(aOpening: Pos; aList: Slice<Memory<Field>>; aClosing: Pos)
FieldList(Pos aOpening, Slice<Memory<Field>> aList, Pos aClosing)
init(_ aOpening: Pos, _ aList: Slice<Memory<Field>>, _ aClosing: Pos)
Sub New(aOpening As Pos, aList As Slice<Memory<Field>>, aClosing As Pos)
Parameters:
- aOpening:
- aList:
- aClosing:
constructor (FieldList)
constructor(value: FieldList)
FieldList(FieldList value)
init(_ value: FieldList)
Sub New(value As FieldList)
Parameters:
- value:
Closing
var Closing: Pos;
Pos Closing
var Closing: Pos
Closing Pos
FIELD Closing() As Pos
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
List
var List: Slice<Memory<Field>>;
Slice<Memory<Field>> List
var List: Slice<Memory<Field>>
List Slice<Memory<Field>>
FIELD List() As Slice<Memory<Field>>
NumFields
method NumFields: int
int NumFields()
func NumFields() -> int
func NumFields() int
Function NumFields() As int
Opening
var Opening: Pos;
Pos Opening
var Opening: Pos
Opening Pos
FIELD Opening() As Pos
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Closing
var Closing: Pos;
Pos Closing
var Closing: Pos
Closing Pos
FIELD Closing() As Pos
List
var List: Slice<Memory<Field>>;
Slice<Memory<Field>> List
var List: Slice<Memory<Field>>
List Slice<Memory<Field>>
FIELD List() As Slice<Memory<Field>>
Opening
var Opening: Pos;
Pos Opening
var Opening: Pos
Opening Pos
FIELD Opening() As Pos
constructor
constructor
FieldList()
init()
Sub New()
constructor(aOpening: Pos; aList: Slice<Memory<Field>>; aClosing: Pos)
FieldList(Pos aOpening, Slice<Memory<Field>> aList, Pos aClosing)
init(_ aOpening: Pos, _ aList: Slice<Memory<Field>>, _ aClosing: Pos)
Sub New(aOpening As Pos, aList As Slice<Memory<Field>>, aClosing As Pos)
Parameters:
- aOpening:
- aList:
- aClosing:
constructor (FieldList)
constructor(value: FieldList)
FieldList(FieldList value)
init(_ value: FieldList)
Sub New(value As FieldList)
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