SelectorExpr

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

 

SelectorExpr()

 

init()

 

Sub New()

constructor (Expr, Memory<Ident>)

 

// .NET, .NET Standard 2.0
constructor(aX: Expr; aSel: Memory<Ident>)
// Island
constructor(aX: Expr; aSel: Memory<Ident>)

 

// .NET, .NET Standard 2.0
SelectorExpr(Expr aX, Memory<Ident> aSel)
// Island
SelectorExpr(Expr aX, Memory<Ident> aSel)

 

// .NET, .NET Standard 2.0
init(_ aX: Expr, _ aSel: Memory<Ident>)
// Island
init(_ aX: Expr, _ aSel: Memory<Ident>)

 

// .NET, .NET Standard 2.0
Sub New(aX As Expr, aSel As Memory<Ident>)
// Island
Sub New(aX As Expr, aSel As Memory<Ident>)

Parameters:

  • aX:
  • aSel:

constructor (SelectorExpr)

 

constructor(value: SelectorExpr)

 

SelectorExpr(SelectorExpr value)

 

init(_ value: SelectorExpr)

 

Sub New(value As SelectorExpr)

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

Sel

 

// .NET, .NET Standard 2.0
var Sel: Memory<Ident>;
// Island
var Sel: Memory<Ident>;

 

// .NET, .NET Standard 2.0
Memory<Ident> Sel
// Island
Memory<Ident> Sel

 

// .NET, .NET Standard 2.0
var Sel: Memory<Ident>
// Island
var Sel: Memory<Ident>

 

// .NET, .NET Standard 2.0
Sel Memory<Ident>
// Island
Sel Memory<Ident>

 

// .NET, .NET Standard 2.0
FIELD Sel() As Memory<Ident>
// Island
FIELD Sel() As Memory<Ident>

X

 

var X: Expr;

 

Expr X

 

var X: Expr

 

X Expr

 

FIELD X() As Expr

 

Sel

 

// .NET, .NET Standard 2.0
var Sel: Memory<Ident>;
// Island
var Sel: Memory<Ident>;

 

// .NET, .NET Standard 2.0
Memory<Ident> Sel
// Island
Memory<Ident> Sel

 

// .NET, .NET Standard 2.0
var Sel: Memory<Ident>
// Island
var Sel: Memory<Ident>

 

// .NET, .NET Standard 2.0
Sel Memory<Ident>
// Island
Sel Memory<Ident>

 

// .NET, .NET Standard 2.0
FIELD Sel() As Memory<Ident>
// Island
FIELD Sel() As Memory<Ident>

X

 

var X: Expr;

 

Expr X

 

var X: Expr

 

X Expr

 

FIELD X() As Expr

 

constructor

 

constructor

 

SelectorExpr()

 

init()

 

Sub New()

constructor (Expr, Memory<Ident>)

 

// .NET, .NET Standard 2.0
constructor(aX: Expr; aSel: Memory<Ident>)
// Island
constructor(aX: Expr; aSel: Memory<Ident>)

 

// .NET, .NET Standard 2.0
SelectorExpr(Expr aX, Memory<Ident> aSel)
// Island
SelectorExpr(Expr aX, Memory<Ident> aSel)

 

// .NET, .NET Standard 2.0
init(_ aX: Expr, _ aSel: Memory<Ident>)
// Island
init(_ aX: Expr, _ aSel: Memory<Ident>)

 

// .NET, .NET Standard 2.0
Sub New(aX As Expr, aSel As Memory<Ident>)
// Island
Sub New(aX As Expr, aSel As Memory<Ident>)

Parameters:

  • aX:
  • aSel:

constructor (SelectorExpr)

 

constructor(value: SelectorExpr)

 

SelectorExpr(SelectorExpr value)

 

init(_ value: SelectorExpr)

 

Sub New(value As SelectorExpr)

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