Method | Description | |
---|---|---|
AddEdid ( string s ) : void | ||
AddFunction ( string s ) : void | ||
AddGlobal ( string s ) : void | ||
AddLocal ( string s ) : void | ||
PeekNextStatement ( ) : Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler.Token[] | ||
PopNextStatement ( ) : Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler.Token[] | ||
Reset ( ) : void | ||
TokenStream ( string file, List |
Method | Description | |
---|---|---|
AddError ( string msg ) : void | ||
DequeueToken ( ) : |
||
FromWord ( string token ) : |
||
PopTokenInternal ( ) : void | ||
PopTokenInternal2 ( ) : |
||
SafePeek ( ) : char | ||
SafePop ( ) : char | ||
SkipLine ( ) : void |
public static AddFunction ( string s ) : void | ||
s | string | |
return | void |
public PeekNextStatement ( ) : Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler.Token[] | ||
return | Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler.Token[] |
public PopNextStatement ( ) : Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler.Token[] | ||
return | Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler.Token[] |
public TokenStream ( string file, List |
||
file | string | |
errors | List |
|
return | System |