ArrayType
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
ArrayType()
init()
Sub New()
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 (ArrayType)
constructor(value: ArrayType)
ArrayType(ArrayType value)
init(_ value: ArrayType)
Sub New(value As ArrayType)
Parameters:
- value:
Elt
var Elt: Expr;
Expr Elt
var Elt: Expr
Elt Expr
FIELD Elt() As Expr
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Lbrack
var Lbrack: Pos;
Pos Lbrack
var Lbrack: Pos
Lbrack Pos
FIELD Lbrack() As Pos
Len
var Len: Expr;
Expr Len
var Len: Expr
Len Expr
FIELD Len() As Expr
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Elt
var Elt: Expr;
Expr Elt
var Elt: Expr
Elt Expr
FIELD Elt() As Expr
Lbrack
var Lbrack: Pos;
Pos Lbrack
var Lbrack: Pos
Lbrack Pos
FIELD Lbrack() As Pos
Len
var Len: Expr;
Expr Len
var Len: Expr
Len Expr
FIELD Len() As Expr
constructor
constructor
ArrayType()
init()
Sub New()
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 (ArrayType)
constructor(value: ArrayType)
ArrayType(ArrayType value)
init(_ value: ArrayType)
Sub New(value As ArrayType)
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