Scope
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
Scope()
init()
Sub New()
constructor(aOuter: Memory<Scope>; aObjects: Map<string, Memory<Object>>)
Scope(Memory<Scope> aOuter, Map<string, Memory<Object>> aObjects)
init(_ aOuter: Memory<Scope>, _ aObjects: Map<string, Memory<Object>>)
Sub New(aOuter As Memory<Scope>, aObjects As Map<string, Memory<Object>>)
Parameters:
- aOuter:
- aObjects:
constructor (Scope)
constructor(value: Scope)
Scope(Scope value)
init(_ value: Scope)
Sub New(value As Scope)
Parameters:
- value:
Insert
method Insert(obj: Memory<Object>): Memory<Object>
Memory<Object> Insert(Memory<Object> obj)
func Insert(_ obj: Memory<Object>) -> Memory<Object>
func Insert(obj Memory<Object>) Memory<Object>
Function Insert(obj As Memory<Object>) As Memory<Object>
Parameters:
- obj:
Lookup
method Lookup(name: string): Memory<Object>
Memory<Object> Lookup(string name)
func Lookup(_ name: string) -> Memory<Object>
func Lookup(name string) Memory<Object>
Function Lookup(name As string) As Memory<Object>
Parameters:
- name:
Objects
var Objects: Map<string, Memory<Object>>;
Map<string, Memory<Object>> Objects
var Objects: Map<string, Memory<Object>>
Objects Map<string, Memory<Object>>
FIELD Objects() As Map<string, Memory<Object>>
Outer
var Outer: Memory<Scope>;
Memory<Scope> Outer
var Outer: Memory<Scope>
Outer Memory<Scope>
FIELD Outer() As Memory<Scope>
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Objects
var Objects: Map<string, Memory<Object>>;
Map<string, Memory<Object>> Objects
var Objects: Map<string, Memory<Object>>
Objects Map<string, Memory<Object>>
FIELD Objects() As Map<string, Memory<Object>>
Outer
var Outer: Memory<Scope>;
Memory<Scope> Outer
var Outer: Memory<Scope>
Outer Memory<Scope>
FIELD Outer() As Memory<Scope>
constructor
constructor
Scope()
init()
Sub New()
constructor(aOuter: Memory<Scope>; aObjects: Map<string, Memory<Object>>)
Scope(Memory<Scope> aOuter, Map<string, Memory<Object>> aObjects)
init(_ aOuter: Memory<Scope>, _ aObjects: Map<string, Memory<Object>>)
Sub New(aOuter As Memory<Scope>, aObjects As Map<string, Memory<Object>>)
Parameters:
- aOuter:
- aObjects:
constructor (Scope)
constructor(value: Scope)
Scope(Scope value)
init(_ value: Scope)
Sub New(value As Scope)
Parameters:
- value: