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()
constructor (Memory<CommentGroup>, Memory<FieldList>, Memory<Ident>, Memory<FuncType>, Memory<BlockStmt>)
// .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
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
Name
Pos Island
Recv
Type
Body
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
Recv
Type
constructor
constructor
FuncDecl()
init()
Sub New()
constructor (Memory<CommentGroup>, Memory<FieldList>, Memory<Ident>, Memory<FuncType>, Memory<BlockStmt>)
// .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
Pos Island