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

 

constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)

 

FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)

 

init(_ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)

 

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

 

var Body: Memory<BlockStmt>;

 

Memory<BlockStmt> Body

 

var Body: Memory<BlockStmt>

 

Body Memory<BlockStmt>

 

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

 

var Type: Memory<FuncType>;

 

Memory<FuncType> Type

 

var Type: Memory<FuncType>

 

Type Memory<FuncType>

 

FIELD Type() As Memory<FuncType>

 

Body

 

var Body: Memory<BlockStmt>;

 

Memory<BlockStmt> Body

 

var Body: Memory<BlockStmt>

 

Body Memory<BlockStmt>

 

FIELD Body() As Memory<BlockStmt>

Type

 

var Type: Memory<FuncType>;

 

Memory<FuncType> Type

 

var Type: Memory<FuncType>

 

Type Memory<FuncType>

 

FIELD Type() As Memory<FuncType>

 

constructor

 

constructor

 

FuncLit()

 

init()

 

Sub New()

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

 

constructor(aType: Memory<FuncType>; aBody: Memory<BlockStmt>)

 

FuncLit(Memory<FuncType> aType, Memory<BlockStmt> aBody)

 

init(_ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)

 

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