FuncLit

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

 

FuncLit()

 

init()

 

Sub New()

constructor (Memory<FuncType>, Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// Island
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)
// Island
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)
// Island
init(_ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aType As Memory<FuncType>, aBody As Memory<BlockStmt>)
// Island
Sub New(aType As Memory<FuncType>, aBody As Memory<BlockStmt>)

Parameters:

  • aType:
  • aBody:

constructor (FuncLit)

 

constructor(value: FuncLit)

 

FuncLit(FuncLit value)

 

init(_ value: FuncLit)

 

Sub New(value As FuncLit)

Parameters:

  • value:

Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>;
// Island
var Body: Memory<BlockStmt>;

 

// .NET, .NET Standard 2.0
Memory<BlockStmt> Body
// Island
Memory<BlockStmt> Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>
// Island
var Body: Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
Body Memory<BlockStmt>
// Island
Body Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
FIELD Body() As Memory<BlockStmt>
// Island
FIELD Body() As Memory<BlockStmt>

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

Type

 

// .NET, .NET Standard 2.0
var Type: Memory<FuncType>;
// Island
var Type: Memory<FuncType>;

 

// .NET, .NET Standard 2.0
Memory<FuncType> Type
// Island
Memory<FuncType> Type

 

// .NET, .NET Standard 2.0
var Type: Memory<FuncType>
// Island
var Type: Memory<FuncType>

 

// .NET, .NET Standard 2.0
Type Memory<FuncType>
// Island
Type Memory<FuncType>

 

// .NET, .NET Standard 2.0
FIELD Type() As Memory<FuncType>
// Island
FIELD Type() As Memory<FuncType>

 

Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>;
// Island
var Body: Memory<BlockStmt>;

 

// .NET, .NET Standard 2.0
Memory<BlockStmt> Body
// Island
Memory<BlockStmt> Body

 

// .NET, .NET Standard 2.0
var Body: Memory<BlockStmt>
// Island
var Body: Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
Body Memory<BlockStmt>
// Island
Body Memory<BlockStmt>

 

// .NET, .NET Standard 2.0
FIELD Body() As Memory<BlockStmt>
// Island
FIELD Body() As Memory<BlockStmt>

Type

 

// .NET, .NET Standard 2.0
var Type: Memory<FuncType>;
// Island
var Type: Memory<FuncType>;

 

// .NET, .NET Standard 2.0
Memory<FuncType> Type
// Island
Memory<FuncType> Type

 

// .NET, .NET Standard 2.0
var Type: Memory<FuncType>
// Island
var Type: Memory<FuncType>

 

// .NET, .NET Standard 2.0
Type Memory<FuncType>
// Island
Type Memory<FuncType>

 

// .NET, .NET Standard 2.0
FIELD Type() As Memory<FuncType>
// Island
FIELD Type() As Memory<FuncType>

 

constructor

 

constructor

 

FuncLit()

 

init()

 

Sub New()

constructor (Memory<FuncType>, Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// Island
constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)
// Island
FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)
// Island
init(_ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aType As Memory<FuncType>, aBody As Memory<BlockStmt>)
// Island
Sub New(aType As Memory<FuncType>, aBody As Memory<BlockStmt>)

Parameters:

  • aType:
  • aBody:

constructor (FuncLit)

 

constructor(value: FuncLit)

 

FuncLit(FuncLit value)

 

init(_ value: FuncLit)

 

Sub New(value As FuncLit)

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