EmptyStmt
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
EmptyStmt()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aSemicolon: Pos; aImplicit: Boolean)
// Island
constructor(aSemicolon: Pos; aImplicit: bool)
// .NET, .NET Standard 2.0
EmptyStmt(Pos aSemicolon, Boolean aImplicit)
// Island
EmptyStmt(Pos aSemicolon, bool aImplicit)
// .NET, .NET Standard 2.0
init(_ aSemicolon: Pos, _ aImplicit: Boolean)
// Island
init(_ aSemicolon: Pos, _ aImplicit: bool)
// .NET, .NET Standard 2.0
Sub New(aSemicolon As Pos, aImplicit As Boolean)
// Island
Sub New(aSemicolon As Pos, aImplicit As bool)
Parameters:
- aSemicolon:
- aImplicit:
constructor (EmptyStmt)
constructor(value: EmptyStmt)
EmptyStmt(EmptyStmt value)
init(_ value: EmptyStmt)
Sub New(value As EmptyStmt)
Parameters:
- value:
End Island
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Implicit
var Implicit: bool;
bool Implicit
var Implicit: bool
Implicit bool
FIELD Implicit() As bool
Pos Island
method Pos: Pos
Pos Pos()
func Pos() -> Pos
func Pos() Pos
Function Pos() As Pos
Semicolon
var Semicolon: Pos;
Pos Semicolon
var Semicolon: Pos
Semicolon Pos
FIELD Semicolon() As Pos
Implicit
var Implicit: bool;
bool Implicit
var Implicit: bool
Implicit bool
FIELD Implicit() As bool
Semicolon
var Semicolon: Pos;
Pos Semicolon
var Semicolon: Pos
Semicolon Pos
FIELD Semicolon() As Pos
constructor
constructor
EmptyStmt()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aSemicolon: Pos; aImplicit: Boolean)
// Island
constructor(aSemicolon: Pos; aImplicit: bool)
// .NET, .NET Standard 2.0
EmptyStmt(Pos aSemicolon, Boolean aImplicit)
// Island
EmptyStmt(Pos aSemicolon, bool aImplicit)
// .NET, .NET Standard 2.0
init(_ aSemicolon: Pos, _ aImplicit: Boolean)
// Island
init(_ aSemicolon: Pos, _ aImplicit: bool)
// .NET, .NET Standard 2.0
Sub New(aSemicolon As Pos, aImplicit As Boolean)
// Island
Sub New(aSemicolon As Pos, aImplicit As bool)
Parameters:
- aSemicolon:
- aImplicit:
constructor (EmptyStmt)
constructor(value: EmptyStmt)
EmptyStmt(EmptyStmt value)
init(_ value: EmptyStmt)
Sub New(value As EmptyStmt)
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