SwitchStmt
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
SwitchStmt()
init()
Sub New()
constructor(aSwitch: Pos; aInit: Stmt; aTag: Expr; aBody: Memory<BlockStmt>)
SwitchStmt(Pos aSwitch, Stmt aInit, Expr aTag, Memory<BlockStmt> aBody)
init(_ aSwitch: Pos, _ aInit: Stmt, _ aTag: Expr, _ aBody: Memory<BlockStmt>)
Sub New(aSwitch As Pos, aInit As Stmt, aTag As Expr, aBody As Memory<BlockStmt>)
Parameters:
- aSwitch:
- aInit:
- aTag:
- aBody:
constructor (SwitchStmt)
constructor(value: SwitchStmt)
SwitchStmt(SwitchStmt value)
init(_ value: SwitchStmt)
Sub New(value As SwitchStmt)
Parameters:
- value:
Body
var Body: Memory<BlockStmt>;
Memory<BlockStmt> Body
var Body: Memory<BlockStmt>
Body Memory<BlockStmt>
FIELD Body() As Memory<BlockStmt>
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Init
var Init: Stmt;
Stmt Init
var Init: Stmt
Init Stmt
FIELD Init() As Stmt
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Switch
var Switch: Pos;
Pos Switch
var Switch: Pos
Switch Pos
FIELD Switch() As Pos
Tag
var Tag: Expr;
Expr Tag
var Tag: Expr
Tag Expr
FIELD Tag() As Expr
Body
var Body: Memory<BlockStmt>;
Memory<BlockStmt> Body
var Body: Memory<BlockStmt>
Body Memory<BlockStmt>
FIELD Body() As Memory<BlockStmt>
Init
var Init: Stmt;
Stmt Init
var Init: Stmt
Init Stmt
FIELD Init() As Stmt
Switch
var Switch: Pos;
Pos Switch
var Switch: Pos
Switch Pos
FIELD Switch() As Pos
Tag
var Tag: Expr;
Expr Tag
var Tag: Expr
Tag Expr
FIELD Tag() As Expr
constructor
constructor
SwitchStmt()
init()
Sub New()
constructor(aSwitch: Pos; aInit: Stmt; aTag: Expr; aBody: Memory<BlockStmt>)
SwitchStmt(Pos aSwitch, Stmt aInit, Expr aTag, Memory<BlockStmt> aBody)
init(_ aSwitch: Pos, _ aInit: Stmt, _ aTag: Expr, _ aBody: Memory<BlockStmt>)
Sub New(aSwitch As Pos, aInit As Stmt, aTag As Expr, aBody As Memory<BlockStmt>)
Parameters:
- aSwitch:
- aInit:
- aTag:
- aBody:
constructor (SwitchStmt)
constructor(value: SwitchStmt)
SwitchStmt(SwitchStmt value)
init(_ value: SwitchStmt)
Sub New(value As SwitchStmt)
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