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(aList: Slice<Memory<Comment>>)
CommentGroup(Slice<Memory<Comment>> aList)
init(_ aList: Slice<Memory<Comment>>)
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
var List: Slice<Memory<Comment>>;
Slice<Memory<Comment>> List
var List: Slice<Memory<Comment>>
List Slice<Memory<Comment>>
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
var List: Slice<Memory<Comment>>;
Slice<Memory<Comment>> List
var List: Slice<Memory<Comment>>
List Slice<Memory<Comment>>
FIELD List() As Slice<Memory<Comment>>
constructor
constructor
CommentGroup()
init()
Sub New()
constructor(aList: Slice<Memory<Comment>>)
CommentGroup(Slice<Memory<Comment>> aList)
init(_ aList: Slice<Memory<Comment>>)
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