Ident

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

 

Ident()

 

init()

 

Sub New()

constructor (Pos, string, Memory<Object>)

 

// .NET, .NET Standard 2.0
constructor(aNamePos: Pos; aName: string; aObj: Memory<Object>)
// Island
constructor(aNamePos: Pos; aName: string; aObj: Memory<Object>)

 

// .NET, .NET Standard 2.0
Ident(Pos aNamePos, string aName, Memory<Object> aObj)
// Island
Ident(Pos aNamePos, string aName, Memory<Object> aObj)

 

// .NET, .NET Standard 2.0
init(_ aNamePos: Pos, _ aName: string, _ aObj: Memory<Object>)
// Island
init(_ aNamePos: Pos, _ aName: string, _ aObj: Memory<Object>)

 

// .NET, .NET Standard 2.0
Sub New(aNamePos As Pos, aName As string, aObj As Memory<Object>)
// Island
Sub New(aNamePos As Pos, aName As string, aObj As Memory<Object>)

Parameters:

  • aNamePos:
  • aName:
  • aObj:

constructor (Ident)

 

constructor(value: Ident)

 

Ident(Ident value)

 

init(_ value: Ident)

 

Sub New(value As Ident)

Parameters:

  • value:

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

IsExported

 

method IsExported: bool

 

bool IsExported()

 

func IsExported() -> bool

 

func IsExported() bool

 

Function IsExported() As bool

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

NamePos

 

var NamePos: Pos;

 

Pos NamePos

 

var NamePos: Pos

 

NamePos Pos

 

FIELD NamePos() As Pos

Obj

 

// .NET, .NET Standard 2.0
var Obj: Memory<Object>;
// Island
var Obj: Memory<Object>;

 

// .NET, .NET Standard 2.0
Memory<Object> Obj
// Island
Memory<Object> Obj

 

// .NET, .NET Standard 2.0
var Obj: Memory<Object>
// Island
var Obj: Memory<Object>

 

// .NET, .NET Standard 2.0
Obj Memory<Object>
// Island
Obj Memory<Object>

 

// .NET, .NET Standard 2.0
FIELD Obj() As Memory<Object>
// Island
FIELD Obj() As Memory<Object>

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

 

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

NamePos

 

var NamePos: Pos;

 

Pos NamePos

 

var NamePos: Pos

 

NamePos Pos

 

FIELD NamePos() As Pos

Obj

 

// .NET, .NET Standard 2.0
var Obj: Memory<Object>;
// Island
var Obj: Memory<Object>;

 

// .NET, .NET Standard 2.0
Memory<Object> Obj
// Island
Memory<Object> Obj

 

// .NET, .NET Standard 2.0
var Obj: Memory<Object>
// Island
var Obj: Memory<Object>

 

// .NET, .NET Standard 2.0
Obj Memory<Object>
// Island
Obj Memory<Object>

 

// .NET, .NET Standard 2.0
FIELD Obj() As Memory<Object>
// Island
FIELD Obj() As Memory<Object>

 

constructor

 

constructor

 

Ident()

 

init()

 

Sub New()

constructor (Pos, string, Memory<Object>)

 

// .NET, .NET Standard 2.0
constructor(aNamePos: Pos; aName: string; aObj: Memory<Object>)
// Island
constructor(aNamePos: Pos; aName: string; aObj: Memory<Object>)

 

// .NET, .NET Standard 2.0
Ident(Pos aNamePos, string aName, Memory<Object> aObj)
// Island
Ident(Pos aNamePos, string aName, Memory<Object> aObj)

 

// .NET, .NET Standard 2.0
init(_ aNamePos: Pos, _ aName: string, _ aObj: Memory<Object>)
// Island
init(_ aNamePos: Pos, _ aName: string, _ aObj: Memory<Object>)

 

// .NET, .NET Standard 2.0
Sub New(aNamePos As Pos, aName As string, aObj As Memory<Object>)
// Island
Sub New(aNamePos As Pos, aName As string, aObj As Memory<Object>)

Parameters:

  • aNamePos:
  • aName:
  • aObj:

constructor (Ident)

 

constructor(value: Ident)

 

Ident(Ident value)

 

init(_ value: Ident)

 

Sub New(value As Ident)

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