DeclStmt
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 (Decl)
constructor(aDecl: Decl)
DeclStmt(Decl aDecl)
init(_ aDecl: Decl)
Sub New(aDecl As Decl)
Parameters:
- aDecl:
constructor (DeclStmt)
constructor(value: DeclStmt)
DeclStmt(DeclStmt value)
init(_ value: DeclStmt)
Sub New(value As DeclStmt)
Parameters:
- value:
Decl
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Pos Island
Decl
constructor
constructor (Decl)
constructor(aDecl: Decl)
DeclStmt(Decl aDecl)
init(_ aDecl: Decl)
Sub New(aDecl As Decl)
Parameters:
- aDecl:
constructor (DeclStmt)
constructor(value: DeclStmt)
DeclStmt(DeclStmt value)
init(_ value: DeclStmt)
Sub New(value As DeclStmt)
Parameters:
- value:
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Pos Island