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)
Parameters:
- aSemicolon:
- aImplicit:
constructor (EmptyStmt)
constructor(value: EmptyStmt)
EmptyStmt(EmptyStmt value)
init(_ value: EmptyStmt)
Sub New(value As EmptyStmt)
Parameters:
- value:
End Island
Implicit
Pos Island
Semicolon
Implicit
Semicolon
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)
Parameters:
- aSemicolon:
- aImplicit:
constructor (EmptyStmt)
constructor(value: EmptyStmt)
EmptyStmt(EmptyStmt value)
init(_ value: EmptyStmt)
Sub New(value As EmptyStmt)
Parameters:
- value:
End Island
Pos Island