constructor
FuncLit()
init()
Sub New()
constructor (Reference<FuncType>, Reference<BlockStmt>)
constructor(aType: Reference<FuncType>; aBody: Reference<BlockStmt>)
FuncLit(Reference<FuncType> aType, Reference<BlockStmt> aBody)
init(_ aType: Reference<FuncType>, _ aBody: Reference<BlockStmt>)
Sub New(aType As Reference<FuncType>, aBody As Reference<BlockStmt>)
Parameters:
constructor (FuncLit)
constructor(value: FuncLit)
FuncLit(FuncLit value)
init(_ value: FuncLit)
Sub New(value As FuncLit)
Body
var Body: Reference<BlockStmt>;
Reference<BlockStmt> Body
var Body: Reference<BlockStmt>
Body Reference<BlockStmt>
FIELD Body() As Reference<BlockStmt>
End
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Pos
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Type
var Type: Reference<FuncType>;
Reference<FuncType> Type
var Type: Reference<FuncType>
Type Reference<FuncType>
FIELD Type() As Reference<FuncType>