C# Class Zeal.Compiler.Data.Scope

显示文件 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