StructType
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
StructType()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: Boolean)
// Island
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: bool)
// .NET, .NET Standard 2.0
StructType(Pos aStruct, Memory<FieldList> aFields, Boolean aIncomplete)
// Island
StructType(Pos aStruct, Memory<FieldList> aFields, bool aIncomplete)
// .NET, .NET Standard 2.0
init(_ aStruct: Pos, _ aFields: Memory<FieldList>, _ aIncomplete: Boolean)
// Island
init(_ aStruct: Pos, _ aFields: Memory<FieldList>, _ aIncomplete: bool)
// .NET, .NET Standard 2.0
Sub New(aStruct As Pos, aFields As Memory<FieldList>, aIncomplete As Boolean)
// Island
Sub New(aStruct As Pos, aFields As Memory<FieldList>, aIncomplete As bool)
Parameters:
- aStruct:
- aFields:
- aIncomplete:
constructor (StructType)
constructor(value: StructType)
StructType(StructType value)
init(_ value: StructType)
Sub New(value As StructType)
Parameters:
- value:
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Fields
var Fields: Memory<FieldList>;
Memory<FieldList> Fields
var Fields: Memory<FieldList>
Fields Memory<FieldList>
FIELD Fields() As Memory<FieldList>
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Struct
var Struct: Pos;
Pos Struct
var Struct: Pos
Struct Pos
FIELD Struct() As Pos
Fields
var Fields: Memory<FieldList>;
Memory<FieldList> Fields
var Fields: Memory<FieldList>
Fields Memory<FieldList>
FIELD Fields() As Memory<FieldList>
Incomplete
var Incomplete: bool;
bool Incomplete
var Incomplete: bool
Incomplete bool
FIELD Incomplete() As bool
Struct
var Struct: Pos;
Pos Struct
var Struct: Pos
Struct Pos
FIELD Struct() As Pos
constructor
constructor
StructType()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: Boolean)
// Island
constructor(aStruct: Pos; aFields: Memory<FieldList>; aIncomplete: bool)
// .NET, .NET Standard 2.0
StructType(Pos aStruct, Memory<FieldList> aFields, Boolean aIncomplete)
// Island
StructType(Pos aStruct, Memory<FieldList> aFields, bool aIncomplete)
// .NET, .NET Standard 2.0
init(_ aStruct: Pos, _ aFields: Memory<FieldList>, _ aIncomplete: Boolean)
// Island
init(_ aStruct: Pos, _ aFields: Memory<FieldList>, _ aIncomplete: bool)
// .NET, .NET Standard 2.0
Sub New(aStruct As Pos, aFields As Memory<FieldList>, aIncomplete As Boolean)
// Island
Sub New(aStruct As Pos, aFields As Memory<FieldList>, aIncomplete As bool)
Parameters:
- aStruct:
- aFields:
- aIncomplete:
constructor (StructType)
constructor(value: StructType)
StructType(StructType value)
init(_ value: StructType)
Sub New(value As StructType)
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