C# Class Jurassic.Compiler.Scope.DeclaredVariable

Represents a variable declared in a scope.
显示文件 Open project: paulbartrum/jurassic

Public Properties

Property Type Description
Deletable bool
Index int
Initialized bool
Name string
Scope Scope
Writable bool

Property Details

Deletable public_oe property

public bool Deletable
return bool

Index public_oe property

public int Index
return int

Initialized public_oe property

public bool Initialized
return bool

Name public_oe property

public string Name
return string

Scope public_oe property

public Scope,Jurassic.Compiler Scope
return Scope

Writable public_oe property

public bool Writable
return bool