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(aLbrack: Pos; aLen: Expr; aElt: Expr)
ArrayType(Pos aLbrack, Expr aLen, Expr aElt)
init(_ aLbrack: Pos, _ aLen: Expr, _ aElt: Expr)
Sub New(aLbrack As Pos, aLen As Expr, aElt As Expr)

Parameters:

  • aLbrack:
  • aLen:
  • aElt:

constructor(value: ArrayType)
ArrayType(ArrayType value)
Sub New(value As ArrayType)

Parameters:

  • value:

Elt


End Island


Lbrack


Len


Pos Island

constructor


constructor(aLbrack: Pos; aLen: Expr; aElt: Expr)
ArrayType(Pos aLbrack, Expr aLen, Expr aElt)
init(_ aLbrack: Pos, _ aLen: Expr, _ aElt: Expr)
Sub New(aLbrack As Pos, aLen As Expr, aElt As Expr)

Parameters:

  • aLbrack:
  • aLen:
  • aElt:

constructor(value: ArrayType)
ArrayType(ArrayType value)
Sub New(value As ArrayType)

Parameters:

  • value:

End Island


Pos Island