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()

constructor (Pos, Memory<FieldList>, Boolean)

 

// .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

 

// .NET, .NET Standard 2.0
var Fields: Memory<FieldList>;
// Island
var Fields: Memory<FieldList>;

 

// .NET, .NET Standard 2.0
Memory<FieldList> Fields
// Island
Memory<FieldList> Fields

 

// .NET, .NET Standard 2.0
var Fields: Memory<FieldList>
// Island
var Fields: Memory<FieldList>

 

// .NET, .NET Standard 2.0
Fields Memory<FieldList>
// Island
Fields Memory<FieldList>

 

// .NET, .NET Standard 2.0
FIELD Fields() As Memory<FieldList>
// Island
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

 

// .NET, .NET Standard 2.0
var Fields: Memory<FieldList>;
// Island
var Fields: Memory<FieldList>;

 

// .NET, .NET Standard 2.0
Memory<FieldList> Fields
// Island
Memory<FieldList> Fields

 

// .NET, .NET Standard 2.0
var Fields: Memory<FieldList>
// Island
var Fields: Memory<FieldList>

 

// .NET, .NET Standard 2.0
Fields Memory<FieldList>
// Island
Fields Memory<FieldList>

 

// .NET, .NET Standard 2.0
FIELD Fields() As Memory<FieldList>
// Island
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()

constructor (Pos, Memory<FieldList>, Boolean)

 

// .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