BasicLit

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

 

BasicLit()

 

init()

 

Sub New()

constructor (Pos, Token, string)

 

constructor(aValuePos: Pos; aKind: Token; aValue: string)

 

BasicLit(Pos aValuePos, Token aKind, string aValue)

 

init(_ aValuePos: Pos, _ aKind: Token, _ aValue: string)

 

Sub New(aValuePos As Pos, aKind As Token, aValue As string)

Parameters:

  • aValuePos:
  • aKind:
  • aValue:

constructor (BasicLit)

 

constructor(value: BasicLit)

 

BasicLit(BasicLit value)

 

init(_ value: BasicLit)

 

Sub New(value As BasicLit)

Parameters:

  • value:

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Kind

 

var Kind: Token;

 

Token Kind

 

var Kind: Token

 

Kind Token

 

FIELD Kind() As Token

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Value

 

var Value: string;

 

string Value

 

var Value: string

 

Value string

 

FIELD Value() As string

ValuePos

 

var ValuePos: Pos;

 

Pos ValuePos

 

var ValuePos: Pos

 

ValuePos Pos

 

FIELD ValuePos() As Pos

 

Kind

 

var Kind: Token;

 

Token Kind

 

var Kind: Token

 

Kind Token

 

FIELD Kind() As Token

Value

 

var Value: string;

 

string Value

 

var Value: string

 

Value string

 

FIELD Value() As string

ValuePos

 

var ValuePos: Pos;

 

Pos ValuePos

 

var ValuePos: Pos

 

ValuePos Pos

 

FIELD ValuePos() As Pos

 

constructor

 

constructor

 

BasicLit()

 

init()

 

Sub New()

constructor (Pos, Token, string)

 

constructor(aValuePos: Pos; aKind: Token; aValue: string)

 

BasicLit(Pos aValuePos, Token aKind, string aValue)

 

init(_ aValuePos: Pos, _ aKind: Token, _ aValue: string)

 

Sub New(aValuePos As Pos, aKind As Token, aValue As string)

Parameters:

  • aValuePos:
  • aKind:
  • aValue:

constructor (BasicLit)

 

constructor(value: BasicLit)

 

BasicLit(BasicLit value)

 

init(_ value: BasicLit)

 

Sub New(value As BasicLit)

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