C# Class Zeal.Compiler.Data.Scope

Afficher le fichier Open project: zealsnes/compiler Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Scope scope ) : void
AddressFor ( string label ) : long
IsLabelValid ( string label ) : bool

Private Methods

Méthode Description
GetScope ( string text ) : Scope

Method Details

Add() public méthode

public Add ( Scope scope ) : void
scope Scope
Résultat void

AddressFor() public méthode

public AddressFor ( string label ) : long
label string
Résultat long

IsLabelValid() public méthode

public IsLabelValid ( string label ) : bool
label string
Résultat bool