Méthode | Description | |
---|---|---|
AddLabel ( string label, int address ) : bool | ||
AliasAddress ( string alias, int fromAddress ) : int | ||
ContainsAlias ( string label, int fromAddress ) : bool | ||
ContainsLabel ( string label, int fromAddress ) : bool | ||
GetLastOpenScope ( ) : Scope | ||
LabelAddress ( string label, int fromAddress ) : int | ||
ScopeClose ( int address ) : bool | ||
ScopeOpen ( int address, int line ) : void | ||
TryGetOpenScope ( Scope &scope ) : bool |
public AddLabel ( string label, int address ) : bool | ||
label | string | |
address | int | |
Résultat | bool |
public AliasAddress ( string alias, int fromAddress ) : int | ||
alias | string | |
fromAddress | int | |
Résultat | int |
public ContainsAlias ( string label, int fromAddress ) : bool | ||
label | string | |
fromAddress | int | |
Résultat | bool |
public ContainsLabel ( string label, int fromAddress ) : bool | ||
label | string | |
fromAddress | int | |
Résultat | bool |
public LabelAddress ( string label, int fromAddress ) : int | ||
label | string | |
fromAddress | int | |
Résultat | int |
public ScopeOpen ( int address, int line ) : void | ||
address | int | |
line | int | |
Résultat | void |
public TryGetOpenScope ( Scope &scope ) : bool | ||
scope | Scope | |
Résultat | bool |