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()
constructor(aTokPos: Pos; aTok: Token; aLabel: Memory<Ident>)
BranchStmt(Pos aTokPos, Token aTok, Memory<Ident> aLabel)
init(_ aTokPos: Pos, _ aTok: Token, _ aLabel: Memory<Ident>)
Sub New(aTokPos As Pos, aTok As Token, aLabel As Memory<Ident>)
Parameters:
- aTokPos:
- aTok:
- aLabel:
constructor (BranchStmt)
constructor(value: BranchStmt)
BranchStmt(BranchStmt value)
init(_ value: BranchStmt)
Sub New(value As BranchStmt)
Parameters:
- value:
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Label
var Label: Memory<Ident>;
Memory<Ident> Label
var Label: Memory<Ident>
Label Memory<Ident>
FIELD Label() As Memory<Ident>
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Tok
var Tok: Token;
Token Tok
var Tok: Token
Tok Token
FIELD Tok() As Token
TokPos
var TokPos: Pos;
Pos TokPos
var TokPos: Pos
TokPos Pos
FIELD TokPos() As Pos
Label
var Label: Memory<Ident>;
Memory<Ident> Label
var Label: Memory<Ident>
Label Memory<Ident>
FIELD Label() As Memory<Ident>
Tok
var Tok: Token;
Token Tok
var Tok: Token
Tok Token
FIELD Tok() As Token
TokPos
var TokPos: Pos;
Pos TokPos
var TokPos: Pos
TokPos Pos
FIELD TokPos() As Pos
constructor
constructor
BranchStmt()
init()
Sub New()
constructor(aTokPos: Pos; aTok: Token; aLabel: Memory<Ident>)
BranchStmt(Pos aTokPos, Token aTok, Memory<Ident> aLabel)
init(_ aTokPos: Pos, _ aTok: Token, _ aLabel: Memory<Ident>)
Sub New(aTokPos As Pos, aTok As Token, aLabel As Memory<Ident>)
Parameters:
- aTokPos:
- aTok:
- aLabel:
constructor (BranchStmt)
constructor(value: BranchStmt)
BranchStmt(BranchStmt value)
init(_ value: BranchStmt)
Sub New(value As BranchStmt)
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