CommentGroup

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

 

CommentGroup()

 

init()

 

Sub New()

constructor (Slice<Memory<Comment>>)

 

// .NET, .NET Standard 2.0
constructor(aList: Slice<Memory<Comment>>)
// Island
constructor(aList: Slice<Memory<Comment>>)

 

// .NET, .NET Standard 2.0
CommentGroup(Slice<Memory<Comment>> aList)
// Island
CommentGroup(Slice<Memory<Comment>> aList)

 

// .NET, .NET Standard 2.0
init(_ aList: Slice<Memory<Comment>>)
// Island
init(_ aList: Slice<Memory<Comment>>)

 

// .NET, .NET Standard 2.0
Sub New(aList As Slice<Memory<Comment>>)
// Island
Sub New(aList As Slice<Memory<Comment>>)

Parameters:

  • aList:

constructor (CommentGroup)

 

constructor(value: CommentGroup)

 

CommentGroup(CommentGroup value)

 

init(_ value: CommentGroup)

 

Sub New(value As CommentGroup)

Parameters:

  • value:

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

List

 

// .NET, .NET Standard 2.0
var List: Slice<Memory<Comment>>;
// Island
var List: Slice<Memory<Comment>>;

 

// .NET, .NET Standard 2.0
Slice<Memory<Comment>> List
// Island
Slice<Memory<Comment>> List

 

// .NET, .NET Standard 2.0
var List: Slice<Memory<Comment>>
// Island
var List: Slice<Memory<Comment>>

 

// .NET, .NET Standard 2.0
List Slice<Memory<Comment>>
// Island
List Slice<Memory<Comment>>

 

// .NET, .NET Standard 2.0
FIELD List() As Slice<Memory<Comment>>
// Island
FIELD List() As Slice<Memory<Comment>>

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Text

 

method Text: string

 

string Text()

 

func Text() -> string

 

func Text() string

 

Function Text() As string

 

List

 

// .NET, .NET Standard 2.0
var List: Slice<Memory<Comment>>;
// Island
var List: Slice<Memory<Comment>>;

 

// .NET, .NET Standard 2.0
Slice<Memory<Comment>> List
// Island
Slice<Memory<Comment>> List

 

// .NET, .NET Standard 2.0
var List: Slice<Memory<Comment>>
// Island
var List: Slice<Memory<Comment>>

 

// .NET, .NET Standard 2.0
List Slice<Memory<Comment>>
// Island
List Slice<Memory<Comment>>

 

// .NET, .NET Standard 2.0
FIELD List() As Slice<Memory<Comment>>
// Island
FIELD List() As Slice<Memory<Comment>>

 

constructor

 

constructor

 

CommentGroup()

 

init()

 

Sub New()

constructor (Slice<Memory<Comment>>)

 

// .NET, .NET Standard 2.0
constructor(aList: Slice<Memory<Comment>>)
// Island
constructor(aList: Slice<Memory<Comment>>)

 

// .NET, .NET Standard 2.0
CommentGroup(Slice<Memory<Comment>> aList)
// Island
CommentGroup(Slice<Memory<Comment>> aList)

 

// .NET, .NET Standard 2.0
init(_ aList: Slice<Memory<Comment>>)
// Island
init(_ aList: Slice<Memory<Comment>>)

 

// .NET, .NET Standard 2.0
Sub New(aList As Slice<Memory<Comment>>)
// Island
Sub New(aList As Slice<Memory<Comment>>)

Parameters:

  • aList:

constructor (CommentGroup)

 

constructor(value: CommentGroup)

 

CommentGroup(CommentGroup value)

 

init(_ value: CommentGroup)

 

Sub New(value As CommentGroup)

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