FuncType

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

 

FuncType()

 

init()

 

Sub New()

constructor (Pos, Memory<FieldList>, Memory<FieldList>)

 

// .NET, .NET Standard 2.0
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
// Island
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)

 

// .NET, .NET Standard 2.0
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
// Island
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)

 

// .NET, .NET Standard 2.0
init(_ aFunc: Pos, _ aParams: Memory<FieldList>, _ aResults: Memory<FieldList>)
// Island
init(_ aFunc: Pos, _ aParams: Memory<FieldList>, _ aResults: Memory<FieldList>)

 

// .NET, .NET Standard 2.0
Sub New(aFunc As Pos, aParams As Memory<FieldList>, aResults As Memory<FieldList>)
// Island
Sub New(aFunc As Pos, aParams As Memory<FieldList>, aResults As Memory<FieldList>)

Parameters:

  • aFunc:
  • aParams:
  • aResults:

constructor (FuncType)

 

constructor(value: FuncType)

 

FuncType(FuncType value)

 

init(_ value: FuncType)

 

Sub New(value As FuncType)

Parameters:

  • value:

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Func

 

var Func: Pos;

 

Pos Func

 

var Func: Pos

 

Func Pos

 

FIELD Func() As Pos

Params

 

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

 

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

 

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

 

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

 

// .NET, .NET Standard 2.0
FIELD Params() As Memory<FieldList>
// Island
FIELD Params() As Memory<FieldList>

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Results

 

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

 

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

 

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

 

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

 

// .NET, .NET Standard 2.0
FIELD Results() As Memory<FieldList>
// Island
FIELD Results() As Memory<FieldList>

 

Func

 

var Func: Pos;

 

Pos Func

 

var Func: Pos

 

Func Pos

 

FIELD Func() As Pos

Params

 

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

 

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

 

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

 

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

 

// .NET, .NET Standard 2.0
FIELD Params() As Memory<FieldList>
// Island
FIELD Params() As Memory<FieldList>

Results

 

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

 

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

 

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

 

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

 

// .NET, .NET Standard 2.0
FIELD Results() As Memory<FieldList>
// Island
FIELD Results() As Memory<FieldList>

 

constructor

 

constructor

 

FuncType()

 

init()

 

Sub New()

constructor (Pos, Memory<FieldList>, Memory<FieldList>)

 

// .NET, .NET Standard 2.0
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
// Island
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)

 

// .NET, .NET Standard 2.0
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
// Island
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)

 

// .NET, .NET Standard 2.0
init(_ aFunc: Pos, _ aParams: Memory<FieldList>, _ aResults: Memory<FieldList>)
// Island
init(_ aFunc: Pos, _ aParams: Memory<FieldList>, _ aResults: Memory<FieldList>)

 

// .NET, .NET Standard 2.0
Sub New(aFunc As Pos, aParams As Memory<FieldList>, aResults As Memory<FieldList>)
// Island
Sub New(aFunc As Pos, aParams As Memory<FieldList>, aResults As Memory<FieldList>)

Parameters:

  • aFunc:
  • aParams:
  • aResults:

constructor (FuncType)

 

constructor(value: FuncType)

 

FuncType(FuncType value)

 

init(_ value: FuncType)

 

Sub New(value As FuncType)

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