Package

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

 

Package()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
// Island
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)

 

// .NET, .NET Standard 2.0
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
// Island
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)

 

// .NET, .NET Standard 2.0
init(_ aName: string, _ aScope: Memory<Scope>, _ aImports: Map<string, Memory<Object>>, _ aFiles: Map<string, Memory<File>>)
// Island
init(_ aName: string, _ aScope: Memory<Scope>, _ aImports: Map<string, Memory<Object>>, _ aFiles: Map<string, Memory<File>>)

 

// .NET, .NET Standard 2.0
Sub New(aName As string, aScope As Memory<Scope>, aImports As Map<string, Memory<Object>>, aFiles As Map<string, Memory<File>>)
// Island
Sub New(aName As string, aScope As Memory<Scope>, aImports As Map<string, Memory<Object>>, aFiles As Map<string, Memory<File>>)

Parameters:

  • aName:
  • aScope:
  • aImports:
  • aFiles:

constructor (Package)

 

constructor(value: Package)

 

Package(Package value)

 

init(_ value: Package)

 

Sub New(value As Package)

Parameters:

  • value:

End

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Files

 

// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>;
// Island
var Files: Map<string, Memory<File>>;

 

// .NET, .NET Standard 2.0
Map<string, Memory<File>> Files
// Island
Map<string, Memory<File>> Files

 

// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>
// Island
var Files: Map<string, Memory<File>>

 

// .NET, .NET Standard 2.0
Files Map<string, Memory<File>>
// Island
Files Map<string, Memory<File>>

 

// .NET, .NET Standard 2.0
FIELD Files() As Map<string, Memory<File>>
// Island
FIELD Files() As Map<string, Memory<File>>

Imports

 

// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>;
// Island
var Imports: Map<string, Memory<Object>>;

 

// .NET, .NET Standard 2.0
Map<string, Memory<Object>> Imports
// Island
Map<string, Memory<Object>> Imports

 

// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>
// Island
var Imports: Map<string, Memory<Object>>

 

// .NET, .NET Standard 2.0
Imports Map<string, Memory<Object>>
// Island
Imports Map<string, Memory<Object>>

 

// .NET, .NET Standard 2.0
FIELD Imports() As Map<string, Memory<Object>>
// Island
FIELD Imports() As Map<string, Memory<Object>>

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

Pos

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

Scope

 

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

 

// .NET, .NET Standard 2.0
Memory<Scope> Scope
// Island
Memory<Scope> Scope

 

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

 

// .NET, .NET Standard 2.0
Scope Memory<Scope>
// Island
Scope Memory<Scope>

 

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

 

Files

 

// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>;
// Island
var Files: Map<string, Memory<File>>;

 

// .NET, .NET Standard 2.0
Map<string, Memory<File>> Files
// Island
Map<string, Memory<File>> Files

 

// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>
// Island
var Files: Map<string, Memory<File>>

 

// .NET, .NET Standard 2.0
Files Map<string, Memory<File>>
// Island
Files Map<string, Memory<File>>

 

// .NET, .NET Standard 2.0
FIELD Files() As Map<string, Memory<File>>
// Island
FIELD Files() As Map<string, Memory<File>>

Imports

 

// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>;
// Island
var Imports: Map<string, Memory<Object>>;

 

// .NET, .NET Standard 2.0
Map<string, Memory<Object>> Imports
// Island
Map<string, Memory<Object>> Imports

 

// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>
// Island
var Imports: Map<string, Memory<Object>>

 

// .NET, .NET Standard 2.0
Imports Map<string, Memory<Object>>
// Island
Imports Map<string, Memory<Object>>

 

// .NET, .NET Standard 2.0
FIELD Imports() As Map<string, Memory<Object>>
// Island
FIELD Imports() As Map<string, Memory<Object>>

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

Scope

 

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

 

// .NET, .NET Standard 2.0
Memory<Scope> Scope
// Island
Memory<Scope> Scope

 

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

 

// .NET, .NET Standard 2.0
Scope Memory<Scope>
// Island
Scope Memory<Scope>

 

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

 

constructor

 

constructor

 

Package()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
// Island
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)

 

// .NET, .NET Standard 2.0
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
// Island
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)

 

// .NET, .NET Standard 2.0
init(_ aName: string, _ aScope: Memory<Scope>, _ aImports: Map<string, Memory<Object>>, _ aFiles: Map<string, Memory<File>>)
// Island
init(_ aName: string, _ aScope: Memory<Scope>, _ aImports: Map<string, Memory<Object>>, _ aFiles: Map<string, Memory<File>>)

 

// .NET, .NET Standard 2.0
Sub New(aName As string, aScope As Memory<Scope>, aImports As Map<string, Memory<Object>>, aFiles As Map<string, Memory<File>>)
// Island
Sub New(aName As string, aScope As Memory<Scope>, aImports As Map<string, Memory<Object>>, aFiles As Map<string, Memory<File>>)

Parameters:

  • aName:
  • aScope:
  • aImports:
  • aFiles:

constructor (Package)

 

constructor(value: Package)

 

Package(Package value)

 

init(_ value: Package)

 

Sub New(value As Package)

Parameters:

  • value: