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(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
init(_ aFunc: Pos, _ aParams: Memory<FieldList>, _ aResults: Memory<FieldList>)
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
var Params: Memory<FieldList>;
Memory<FieldList> Params
var Params: Memory<FieldList>
Params Memory<FieldList>
FIELD Params() As Memory<FieldList>
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Results
var Results: Memory<FieldList>;
Memory<FieldList> Results
var Results: Memory<FieldList>
Results Memory<FieldList>
FIELD Results() As Memory<FieldList>
Func
var Func: Pos;
Pos Func
var Func: Pos
Func Pos
FIELD Func() As Pos
Params
var Params: Memory<FieldList>;
Memory<FieldList> Params
var Params: Memory<FieldList>
Params Memory<FieldList>
FIELD Params() As Memory<FieldList>
Results
var Results: Memory<FieldList>;
Memory<FieldList> Results
var Results: Memory<FieldList>
Results Memory<FieldList>
FIELD Results() As Memory<FieldList>
constructor
constructor
FuncType()
init()
Sub New()
constructor(aFunc: Pos; aParams: Memory<FieldList>; aResults: Memory<FieldList>)
FuncType(Pos aFunc, Memory<FieldList> aParams, Memory<FieldList> aResults)
init(_ aFunc: Pos, _ aParams: Memory<FieldList>, _ aResults: Memory<FieldList>)
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