LabeledStmt
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
LabeledStmt()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aLabel: Memory<Ident>; aColon: Pos; aStmt: Stmt)
// Island
constructor(aLabel: Memory<Ident>; aColon: Pos; aStmt: Stmt)
// .NET, .NET Standard 2.0
LabeledStmt(Memory<Ident> aLabel, Pos aColon, Stmt aStmt)
// Island
LabeledStmt(Memory<Ident> aLabel, Pos aColon, Stmt aStmt)
Parameters:
- aLabel:
- aColon:
- aStmt:
constructor (LabeledStmt)
constructor(value: LabeledStmt)
LabeledStmt(LabeledStmt value)
init(_ value: LabeledStmt)
Sub New(value As LabeledStmt)
Parameters:
- value:
Colon
End Island
Label
Pos Island
Stmt
Colon
Label
Stmt
constructor
constructor
LabeledStmt()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aLabel: Memory<Ident>; aColon: Pos; aStmt: Stmt)
// Island
constructor(aLabel: Memory<Ident>; aColon: Pos; aStmt: Stmt)
// .NET, .NET Standard 2.0
LabeledStmt(Memory<Ident> aLabel, Pos aColon, Stmt aStmt)
// Island
LabeledStmt(Memory<Ident> aLabel, Pos aColon, Stmt aStmt)
Parameters:
- aLabel:
- aColon:
- aStmt:
constructor (LabeledStmt)
constructor(value: LabeledStmt)
LabeledStmt(LabeledStmt value)
init(_ value: LabeledStmt)
Sub New(value As LabeledStmt)
Parameters:
- value:
End Island
Pos Island