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(aLabel: Memory<Ident>; aColon: Pos; aStmt: Stmt)
LabeledStmt(Memory<Ident> aLabel, Pos aColon, Stmt aStmt)
init(_ aLabel: Memory<Ident>, _ aColon: Pos, _ aStmt: Stmt)
Sub New(aLabel As Memory<Ident>, aColon As Pos, aStmt As Stmt)

Parameters:

  • aLabel:
  • aColon:
  • aStmt:

constructor(value: LabeledStmt)
LabeledStmt(LabeledStmt value)
init(_ value: LabeledStmt)
Sub New(value As LabeledStmt)

Parameters:

  • value:

Colon


End Island


Label

var Label: Memory<Ident>;
FIELD Label() As Memory<Ident>

Pos Island


Stmt

Colon


Label

var Label: Memory<Ident>;
FIELD Label() As Memory<Ident>

Stmt

constructor


constructor(aLabel: Memory<Ident>; aColon: Pos; aStmt: Stmt)
LabeledStmt(Memory<Ident> aLabel, Pos aColon, Stmt aStmt)
init(_ aLabel: Memory<Ident>, _ aColon: Pos, _ aStmt: Stmt)
Sub New(aLabel As Memory<Ident>, aColon As Pos, aStmt As Stmt)

Parameters:

  • aLabel:
  • aColon:
  • aStmt:

constructor(value: LabeledStmt)
LabeledStmt(LabeledStmt value)
init(_ value: LabeledStmt)
Sub New(value As LabeledStmt)

Parameters:

  • value:

End Island


Pos Island