LayerD CodeDOM and Zoe Compiler interface
LayerD.ZOECompiler Namespace
NamespacesLayerD.ZOECompiler

[This is preliminary documentation and is subject to change.]

[Missing namespace summary documentation for N:LayerD.ZOECompiler]

Declaration Syntax
C#Visual BasicVisual C++
namespace LayerD.ZOECompiler
Namespace LayerD.ZOECompiler
namespace LayerD.ZOECompiler
Types
All TypesClassesInterfacesEnumerationsDelegates
IconTypeDescription
Advice
Derived error class that represent Advices to programmers. Advices do not stop compilation.

ArgumentVector
TypesTable..::.AsyncTypeRead
BaseInfo
BaseInfoCollection
ClassfactoryBase
ClassfactoryInteractiveBase
ContextVector
Error
Represent an error while Zoe compile time

ErrorClass
Classes of errors.

ErrorCollection
Implement a collection of errors

ErrorLevel
Error severity level. The maximum severity level is One, the minimum is Ten.

ErrorSource
In which component the error was raised

ErrorType
Types of error like lexical, sintactical, etc.

ExtensionData
IError
Base interface for Zoe errors

IErrorCollection
Interface that error collections must implement

LexicalError
LexicalErrorCode
Indices para la Tabla de Errores Lexicos, tener en cuenta lo siguiente: El código 400 es solo una plantilla, los errores sintacticos deben codificarse desde el código 401 hasta el 499.

MemberInfo
MemberInfoCollection
NativeTypes
Notification
Derived error class that represent Notifications. Notificatios do not stop compilation.

RIPVector
Scope
ScopeType
Section
SectionCollection
SemanticError
SemanticErrorCode
Indices para la Tabla de Errores Semanticos, tener en cuenta lo siguiente: El código 1000 es solo una plantilla, los errores semánticos deben codificarse desde el código 1001 hasta el 1999.

SemanticException
SemanticWarning
SemanticWarningCode
Indices para la Tabla de Warnings Semanticos, tener en cuenta lo siguiente: El código 1000 es solo una plantilla, los errores semánticos deben codificarse desde el código 1001 hasta el 1999.

SemanticWarningsList
Symbol
SymbolClass
SyntaxError
SyntaxErrorCode
Indices para la Tabla de Errores Sintacticos, tener en cuenta lo siguiente: El código 500 es solo una plantilla, los errores sintacticos deben codificarse desde el código 501 hasta el 599.

TypeInfo
TypesTable
Warning
Derived error class that represent a warning. Warnings do not stop compilation.

ZOECompilerCore