BranchStmt
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
BranchStmt()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aTokPos: Pos; aTok: Token; aLabel: Memory<Ident>)
// Island
constructor(aTokPos: Pos; aTok: Token; aLabel: Memory<Ident>)
// .NET, .NET Standard 2.0
BranchStmt(Pos aTokPos, Token aTok, Memory<Ident> aLabel)
// Island
BranchStmt(Pos aTokPos, Token aTok, Memory<Ident> aLabel)
Parameters:
- aTokPos:
- aTok:
- aLabel:
constructor (BranchStmt)
constructor(value: BranchStmt)
BranchStmt(BranchStmt value)
init(_ value: BranchStmt)
Sub New(value As BranchStmt)
Parameters:
- value:
End Island
Label
Pos Island
Tok
TokPos
Label
Tok
TokPos
constructor
constructor
BranchStmt()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aTokPos: Pos; aTok: Token; aLabel: Memory<Ident>)
// Island
constructor(aTokPos: Pos; aTok: Token; aLabel: Memory<Ident>)
// .NET, .NET Standard 2.0
BranchStmt(Pos aTokPos, Token aTok, Memory<Ident> aLabel)
// Island
BranchStmt(Pos aTokPos, Token aTok, Memory<Ident> aLabel)
Parameters:
- aTokPos:
- aTok:
- aLabel:
constructor (BranchStmt)
constructor(value: BranchStmt)
BranchStmt(BranchStmt value)
init(_ value: BranchStmt)
Sub New(value As BranchStmt)
Parameters:
- value:
End Island
Pos Island