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()
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
init(_ aName: string, _ aScope: Memory<Scope>, _ aImports: Map<string, Memory<Object>>, _ aFiles: Map<string, Memory<File>>)
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
var Files: Map<string, Memory<File>>;
Map<string, Memory<File>> Files
var Files: Map<string, Memory<File>>
Files Map<string, Memory<File>>
FIELD Files() As Map<string, Memory<File>>
Imports
var Imports: Map<string, Memory<Object>>;
Map<string, Memory<Object>> Imports
var Imports: Map<string, Memory<Object>>
Imports Map<string, Memory<Object>>
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
var Scope: Memory<Scope>;
Memory<Scope> Scope
var Scope: Memory<Scope>
Scope Memory<Scope>
FIELD Scope() As Memory<Scope>
Files
var Files: Map<string, Memory<File>>;
Map<string, Memory<File>> Files
var Files: Map<string, Memory<File>>
Files Map<string, Memory<File>>
FIELD Files() As Map<string, Memory<File>>
Imports
var Imports: Map<string, Memory<Object>>;
Map<string, Memory<Object>> Imports
var Imports: Map<string, Memory<Object>>
Imports Map<string, Memory<Object>>
FIELD Imports() As Map<string, Memory<Object>>
Name
var Name: string;
string Name
var Name: string
Name string
FIELD Name() As string
Scope
var Scope: Memory<Scope>;
Memory<Scope> Scope
var Scope: Memory<Scope>
Scope Memory<Scope>
FIELD Scope() As Memory<Scope>
constructor
constructor
Package()
init()
Sub New()
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
init(_ aName: string, _ aScope: Memory<Scope>, _ aImports: Map<string, Memory<Object>>, _ aFiles: Map<string, Memory<File>>)
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: