SliceExpr
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
SliceExpr()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aX: Expr; aLbrack: Pos; aLow: Expr; aHigh: Expr; aMax: Expr; aSlice3: Boolean; aRbrack: Pos)
// Island
constructor(aX: Expr; aLbrack: Pos; aLow: Expr; aHigh: Expr; aMax: Expr; aSlice3: bool; aRbrack: Pos)
// .NET, .NET Standard 2.0
SliceExpr(Expr aX, Pos aLbrack, Expr aLow, Expr aHigh, Expr aMax, Boolean aSlice3, Pos aRbrack)
// Island
SliceExpr(Expr aX, Pos aLbrack, Expr aLow, Expr aHigh, Expr aMax, bool aSlice3, Pos aRbrack)
Parameters:
- aX:
- aLbrack:
- aLow:
- aHigh:
- aMax:
- aSlice3:
- aRbrack:
constructor (SliceExpr)
constructor(value: SliceExpr)
SliceExpr(SliceExpr value)
init(_ value: SliceExpr)
Sub New(value As SliceExpr)
Parameters:
- value:
End Island
High
Lbrack
Low
Max
Pos Island
Rbrack
Slice3
X
High
Lbrack
Low
Max
Rbrack
Slice3
X
constructor
constructor
SliceExpr()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aX: Expr; aLbrack: Pos; aLow: Expr; aHigh: Expr; aMax: Expr; aSlice3: Boolean; aRbrack: Pos)
// Island
constructor(aX: Expr; aLbrack: Pos; aLow: Expr; aHigh: Expr; aMax: Expr; aSlice3: bool; aRbrack: Pos)
// .NET, .NET Standard 2.0
SliceExpr(Expr aX, Pos aLbrack, Expr aLow, Expr aHigh, Expr aMax, Boolean aSlice3, Pos aRbrack)
// Island
SliceExpr(Expr aX, Pos aLbrack, Expr aLow, Expr aHigh, Expr aMax, bool aSlice3, Pos aRbrack)
Parameters:
- aX:
- aLbrack:
- aLow:
- aHigh:
- aMax:
- aSlice3:
- aRbrack:
constructor (SliceExpr)
constructor(value: SliceExpr)
SliceExpr(SliceExpr value)
init(_ value: SliceExpr)
Sub New(value As SliceExpr)
Parameters:
- value:
End Island
Pos Island