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(aDoc: Memory<CommentGroup>; aRecv: Memory<FieldList>; aName: Memory<Ident>; aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
FuncDecl(Memory<CommentGroup> aDoc, Memory<FieldList> aRecv, Memory<Ident> aName, Memory<FuncType> aType, Memory<BlockStmt> aBody)
init(_ aDoc: Memory<CommentGroup>, _ aRecv: Memory<FieldList>, _ aName: Memory<Ident>, _ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)
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(value: FuncDecl)
Sub New(value As FuncDecl)
Parameters:
- value:
Body
var Body: Memory<BlockStmt>;
var Body: Memory<BlockStmt>
FIELD Body() As Memory<BlockStmt>
Doc
var Doc: Memory<CommentGroup>;
var Doc: Memory<CommentGroup>
FIELD Doc() As Memory<CommentGroup>
End Island
Name
FIELD Name() As Memory<Ident>
Pos Island
Recv
var Recv: Memory<FieldList>;
var Recv: Memory<FieldList>
FIELD Recv() As Memory<FieldList>
Type
var Type: Memory<FuncType>;
var Type: Memory<FuncType>
FIELD Type() As Memory<FuncType>
Body
var Body: Memory<BlockStmt>;
var Body: Memory<BlockStmt>
FIELD Body() As Memory<BlockStmt>
Doc
var Doc: Memory<CommentGroup>;
var Doc: Memory<CommentGroup>
FIELD Doc() As Memory<CommentGroup>
Name
FIELD Name() As Memory<Ident>
Recv
var Recv: Memory<FieldList>;
var Recv: Memory<FieldList>
FIELD Recv() As Memory<FieldList>
Type
var Type: Memory<FuncType>;
var Type: Memory<FuncType>
FIELD Type() As Memory<FuncType>
constructor
constructor(aDoc: Memory<CommentGroup>; aRecv: Memory<FieldList>; aName: Memory<Ident>; aType: Memory<FuncType>; aBody: Memory<BlockStmt>)
FuncDecl(Memory<CommentGroup> aDoc, Memory<FieldList> aRecv, Memory<Ident> aName, Memory<FuncType> aType, Memory<BlockStmt> aBody)
init(_ aDoc: Memory<CommentGroup>, _ aRecv: Memory<FieldList>, _ aName: Memory<Ident>, _ aType: Memory<FuncType>, _ aBody: Memory<BlockStmt>)
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(value: FuncDecl)
Sub New(value As FuncDecl)
Parameters:
- value:
End Island
Pos Island