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(aX: Expr; aSel: Memory<Ident>)
SelectorExpr(Expr aX, Memory<Ident> aSel)
init(_ aX: Expr, _ aSel: Memory<Ident>)
Sub New(aX As Expr, aSel As Memory<Ident>)

Parameters:

  • aX:
  • aSel:

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

Parameters:

  • value:

End Island


Pos Island


Sel

FIELD Sel() As Memory<Ident>

X

Sel

FIELD Sel() As Memory<Ident>

X

constructor


constructor(aX: Expr; aSel: Memory<Ident>)
SelectorExpr(Expr aX, Memory<Ident> aSel)
init(_ aX: Expr, _ aSel: Memory<Ident>)
Sub New(aX As Expr, aSel As Memory<Ident>)

Parameters:

  • aX:
  • aSel:

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

Parameters:

  • value:

End Island


Pos Island