NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Config.Compiler.ICompilerStage Interface Reference

A compiler stage. More...

Inheritance diagram for Ntp.Analyzer.Config.Compiler.ICompilerStage:

Public Member Functions

void Execute ()
 Execute the compiler stage. More...
 

Properties

IEnumerable< string > Errors [get]
 Gets the errors from this stage. More...
 
SymbolTable SymbolTable [get, set]
 Gets or sets the symbol table. More...
 

Detailed Description

A compiler stage.

Definition at line 30 of file ICompilerStage.cs.

Member Function Documentation

void Ntp.Analyzer.Config.Compiler.ICompilerStage.Execute ( )

Property Documentation

IEnumerable<string> Ntp.Analyzer.Config.Compiler.ICompilerStage.Errors
get

Gets the errors from this stage.

The errors.

Definition at line 42 of file ICompilerStage.cs.

SymbolTable Ntp.Analyzer.Config.Compiler.ICompilerStage.SymbolTable
getset

Gets or sets the symbol table.

The symbol table.

Definition at line 36 of file ICompilerStage.cs.


The documentation for this interface was generated from the following file: