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