Comment

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

 

Comment()

 

init()

 

Sub New()

constructor (Pos, string)

 

constructor(aSlash: Pos; aText: string)

 

Comment(Pos aSlash, string aText)

 

init(_ aSlash: Pos, _ aText: string)

 

Sub New(aSlash As Pos, aText As string)

Parameters:

  • aSlash:
  • aText:

constructor (Comment)

 

constructor(value: Comment)

 

Comment(Comment value)

 

init(_ value: Comment)

 

Sub New(value As Comment)

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

Slash

 

var Slash: Pos;

 

Pos Slash

 

var Slash: Pos

 

Slash Pos

 

FIELD Slash() As Pos

Text

 

var Text: string;

 

string Text

 

var Text: string

 

Text string

 

FIELD Text() As string

 

Slash

 

var Slash: Pos;

 

Pos Slash

 

var Slash: Pos

 

Slash Pos

 

FIELD Slash() As Pos

Text

 

var Text: string;

 

string Text

 

var Text: string

 

Text string

 

FIELD Text() As string

 

constructor

 

constructor

 

Comment()

 

init()

 

Sub New()

constructor (Pos, string)

 

constructor(aSlash: Pos; aText: string)

 

Comment(Pos aSlash, string aText)

 

init(_ aSlash: Pos, _ aText: string)

 

Sub New(aSlash As Pos, aText As string)

Parameters:

  • aSlash:
  • aText:

constructor (Comment)

 

constructor(value: Comment)

 

Comment(Comment value)

 

init(_ value: Comment)

 

Sub New(value As Comment)

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