FuncDecl

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

 

FuncDecl()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aDoc: Memory<CommentGroup>; aRecv: Memory<FieldList>; aName: Memory<Ident>; aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// Island
constructor(aDoc: Memory<CommentGroup>; aRecv: Memory<FieldList>; aName: Memory<Ident>; aType: Memory<FuncType>; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
FuncDecl(Memory<CommentGroup> aDoc, Memory<FieldList> aRecv, Memory<Ident> aName, Memory<FuncType> aType, Memory<BlockStmt> aBody)
// Island
FuncDecl(Memory<CommentGroup> aDoc, Memory<FieldList> aRecv, Memory<Ident> aName, Memory<FuncType> aType, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aDoc: Memory<CommentGroup>, _ aRecv: Memory<FieldList>, _ aName: Memory<Ident>, _ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)
// Island
init(_ aDoc: Memory<CommentGroup>, _ aRecv: Memory<FieldList>, _ aName: Memory<Ident>, _ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aDoc As Memory<CommentGroup>, aRecv As Memory<FieldList>, aName As Memory<Ident>, aType As Memory<FuncType>, aBody As Memory<BlockStmt>)
// Island
Sub New(aDoc As Memory<CommentGroup>, aRecv As Memory<FieldList>, aName As Memory<Ident>, aType As Memory<FuncType>, aBody As Memory<BlockStmt>)

Parameters:

  • aDoc:
  • aRecv:
  • aName:
  • aType:
  • aBody:

constructor (FuncDecl)

 

constructor(value: FuncDecl)

 

FuncDecl(FuncDecl value)

 

init(_ value: FuncDecl)

 

Sub New(value As FuncDecl)

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>

Doc

 

// .NET, .NET Standard 2.0
var Doc: Memory<CommentGroup>;
// Island
var Doc: Memory<CommentGroup>;

 

// .NET, .NET Standard 2.0
Memory<CommentGroup> Doc
// Island
Memory<CommentGroup> Doc

 

// .NET, .NET Standard 2.0
var Doc: Memory<CommentGroup>
// Island
var Doc: Memory<CommentGroup>

 

// .NET, .NET Standard 2.0
Doc Memory<CommentGroup>
// Island
Doc Memory<CommentGroup>

 

// .NET, .NET Standard 2.0
FIELD Doc() As Memory<CommentGroup>
// Island
FIELD Doc() As Memory<CommentGroup>

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Name

 

// .NET, .NET Standard 2.0
var Name: Memory<Ident>;
// Island
var Name: Memory<Ident>;

 

// .NET, .NET Standard 2.0
Memory<Ident> Name
// Island
Memory<Ident> Name

 

// .NET, .NET Standard 2.0
var Name: Memory<Ident>
// Island
var Name: Memory<Ident>

 

// .NET, .NET Standard 2.0
Name Memory<Ident>
// Island
Name Memory<Ident>

 

// .NET, .NET Standard 2.0
FIELD Name() As Memory<Ident>
// Island
FIELD Name() As Memory<Ident>

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Recv

 

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

 

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

 

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

 

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

 

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

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>

Doc

 

// .NET, .NET Standard 2.0
var Doc: Memory<CommentGroup>;
// Island
var Doc: Memory<CommentGroup>;

 

// .NET, .NET Standard 2.0
Memory<CommentGroup> Doc
// Island
Memory<CommentGroup> Doc

 

// .NET, .NET Standard 2.0
var Doc: Memory<CommentGroup>
// Island
var Doc: Memory<CommentGroup>

 

// .NET, .NET Standard 2.0
Doc Memory<CommentGroup>
// Island
Doc Memory<CommentGroup>

 

// .NET, .NET Standard 2.0
FIELD Doc() As Memory<CommentGroup>
// Island
FIELD Doc() As Memory<CommentGroup>

Name

 

// .NET, .NET Standard 2.0
var Name: Memory<Ident>;
// Island
var Name: Memory<Ident>;

 

// .NET, .NET Standard 2.0
Memory<Ident> Name
// Island
Memory<Ident> Name

 

// .NET, .NET Standard 2.0
var Name: Memory<Ident>
// Island
var Name: Memory<Ident>

 

// .NET, .NET Standard 2.0
Name Memory<Ident>
// Island
Name Memory<Ident>

 

// .NET, .NET Standard 2.0
FIELD Name() As Memory<Ident>
// Island
FIELD Name() As Memory<Ident>

Recv

 

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

 

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

 

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

 

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

 

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

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

 

FuncDecl()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aDoc: Memory<CommentGroup>; aRecv: Memory<FieldList>; aName: Memory<Ident>; aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
// Island
constructor(aDoc: Memory<CommentGroup>; aRecv: Memory<FieldList>; aName: Memory<Ident>; aType: Memory<FuncType>; aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
FuncDecl(Memory<CommentGroup> aDoc, Memory<FieldList> aRecv, Memory<Ident> aName, Memory<FuncType> aType, Memory<BlockStmt> aBody)
// Island
FuncDecl(Memory<CommentGroup> aDoc, Memory<FieldList> aRecv, Memory<Ident> aName, Memory<FuncType> aType, Memory<BlockStmt> aBody)

 

// .NET, .NET Standard 2.0
init(_ aDoc: Memory<CommentGroup>, _ aRecv: Memory<FieldList>, _ aName: Memory<Ident>, _ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)
// Island
init(_ aDoc: Memory<CommentGroup>, _ aRecv: Memory<FieldList>, _ aName: Memory<Ident>, _ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)

 

// .NET, .NET Standard 2.0
Sub New(aDoc As Memory<CommentGroup>, aRecv As Memory<FieldList>, aName As Memory<Ident>, aType As Memory<FuncType>, aBody As Memory<BlockStmt>)
// Island
Sub New(aDoc As Memory<CommentGroup>, aRecv As Memory<FieldList>, aName As Memory<Ident>, aType As Memory<FuncType>, aBody As Memory<BlockStmt>)

Parameters:

  • aDoc:
  • aRecv:
  • aName:
  • aType:
  • aBody:

constructor (FuncDecl)

 

constructor(value: FuncDecl)

 

FuncDecl(FuncDecl value)

 

init(_ value: FuncDecl)

 

Sub New(value As FuncDecl)

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