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>)

 

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 (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

 

var Sel: Memory<Ident>;

 

Memory<Ident> Sel

 

var Sel: Memory<Ident>

 

Sel Memory<Ident>

 

FIELD Sel() As Memory<Ident>

X

 

var X: Expr;

 

Expr X

 

var X: Expr

 

X Expr

 

FIELD X() As Expr

 

Sel

 

var Sel: Memory<Ident>;

 

Memory<Ident> Sel

 

var Sel: Memory<Ident>

 

Sel Memory<Ident>

 

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>)

 

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 (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