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:
constructor (Comment)
constructor(value: Comment)
Comment(Comment value)
init(_ value: Comment)
Sub New(value As Comment)
End
method End: Pos
Pos End()
func End() -> Pos
func End() Pos
Function End() As Pos
Pos
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