Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Zeal
Compiler
Data
Scope
C# Class Zeal.Compiler.Data.Scope
Datei anzeigen
Open project: zealsnes/compiler
Class Usage Examples
Public Methods
Method
Description
Add
(
Scope
scope
) :
void
AddressFor
(
string
label
) :
long
IsLabelValid
(
string
label
) :
bool
Private Methods
Method
Description
GetScope
(
string
text
) :
Scope
Method Details
Add()
public
method
public
Add
(
Scope
scope
) :
void
scope
Scope
return
void
AddressFor()
public
method
public
AddressFor
(
string
label
) :
long
label
string
return
long
IsLabelValid()
public
method
public
IsLabelValid
(
string
label
) :
bool
label
string
return
bool