LayerD CodeDOM and Zoe Compiler interface
ExtendedZOEProcessor Class
NamespacesLayerD.OutputModulesExtendedZOEProcessor

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

ExtendedZOEProcessor. Procesa archivos XML de código ZOE Extendido y genera eventos para renderizar cada elemento. Es una clase abstracta que debe ser heredada por un generador en particular, por ejemplo un generador para C#.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class ExtendedZOEProcessor
Public MustInherit Class ExtendedZOEProcessor
public ref class ExtendedZOEProcessor abstract
Members
All MembersConstructorsMethodsFields



IconMemberDescription
ExtendedZOEProcessor()()()
ExtendedZOEProcessor(String)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
p_currentNS
p_ignoredClasses
p_inputFileName
p_reader
p_XplDocument
ParseDocument()()()
processAssingExp(XplAssing, ExtendedZOEProcessor..::.EZOEContext)
processBFCExp(XplFunctioncall, ExtendedZOEProcessor..::.EZOEContext)
processBinOpExp(XplBinaryoperator, ExtendedZOEProcessor..::.EZOEContext)
processCastExp(XplCastexpression, ExtendedZOEProcessor..::.EZOEContext)
processCatchStatement(XplCatchStatement, ExtendedZOEProcessor..::.EZOEContext)
processClass(XplClass, ExtendedZOEProcessor..::.EZOEContext)
processClassMembers(XplNodeList, ExtendedZOEProcessor..::.EZOEContext)
processComplexFunctionCall(XplComplexfunctioncall, ExtendedZOEProcessor..::.EZOEContext)
processDecls(XplDeclaratorlist, ExtendedZOEProcessor..::.EZOEContext)
processDirectoutput(XplDirectoutput, ExtendedZOEProcessor..::.EZOEContext)
processDo(XplDowhileStatement, ExtendedZOEProcessor..::.EZOEContext, Boolean)
processDocumentBody(XplDocumentBody)
processDocumentData(XplDocumentData)
processExpression(XplExpression, ExtendedZOEProcessor..::.EZOEContext)
processExpressionList(XplExpressionlist, ExtendedZOEProcessor..::.EZOEContext)
processExpressionStatement(XplExpression, ExtendedZOEProcessor..::.EZOEContext)
processField(XplField, XplAccesstype_enum, ExtendedZOEProcessor..::.EZOEContext)
processFor(XplForStatement, ExtendedZOEProcessor..::.EZOEContext)
processForInit(XplForinit, ExtendedZOEProcessor..::.EZOEContext)
processFunction(XplFunction, XplAccesstype_enum, ExtendedZOEProcessor..::.EZOEContext)
processFunctionBody(XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)
processFunctionBodyNodes(XplFunctionBody)
processFunctionCall(XplFunctioncall, ExtendedZOEProcessor..::.EZOEContext)
processIf(XplIfStatement, ExtendedZOEProcessor..::.EZOEContext, Boolean)
processInitializer(XplInitializerList, ExtendedZOEProcessor..::.EZOEContext)
processJump(XplJump, ExtendedZOEProcessor..::.EZOEContext)
processLocalDeclarator(XplDeclarator, ExtendedZOEProcessor..::.EZOETypeContext, ExtendedZOEProcessor..::.EZOEContext)
processNamespace(XplNamespace)
processNewExp(XplNewExpression, ExtendedZOEProcessor..::.EZOEContext)
processOnpointer(XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)
processParameter(XplParameter, ExtendedZOEProcessor..::.EZOEContext)
processParameters(XplParameters, XplFunction, ExtendedZOEProcessor..::.EZOEContext)
processProperty(XplProperty, XplAccesstype_enum, ExtendedZOEProcessor..::.EZOEContext)
processReturn(XplExpression, ExtendedZOEProcessor..::.EZOEContext)
processSwitch(XplSwitchStatement, ExtendedZOEProcessor..::.EZOEContext)
processTernaryOpExp(XplTernaryoperator, ExtendedZOEProcessor..::.EZOEContext)
processThrow(XplExpression, ExtendedZOEProcessor..::.EZOEContext)
processTry(XplTryStatement, ExtendedZOEProcessor..::.EZOEContext)
processUnOpExp(XplUnaryoperator, ExtendedZOEProcessor..::.EZOEContext)
renderAssingExp(XplAssing, String, String, XplAssingop_enum, ExtendedZOEProcessor..::.EZOEContext)
renderBeginArrayInitializer(XplInitializerList, ExtendedZOEProcessor..::.EZOEContext)
renderBeginBlock(XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)
renderBeginClass(ExtendedZOEProcessor..::.EZOEClassType, String, String, String, XplAccesstype_enum, Boolean, Boolean, Boolean, XplClass, ExtendedZOEProcessor..::.EZOEContext)
renderBeginDocumentBody(XplDocumentBody)
renderBeginDoStatement(XplDowhileStatement, String, ExtendedZOEProcessor..::.EZOEContext)
renderBeginExpressionList(XplExpressionlist, Int32, ExtendedZOEProcessor..::.EZOEContext)
renderBeginFunction(XplFunction, String, String, String, XplAccesstype_enum, XplVarstorage_enum, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, ExtendedZOEProcessor..::.EZOEContext)
renderBeginGetAccess(ExtendedZOEProcessor..::.EZOEContext, XplFunctionBody)
renderBeginInitializerList(XplInitializerList, ExtendedZOEProcessor..::.EZOEContext)
renderBeginNamespace(String, XplNamespace, ExtendedZOEProcessor..::.EZOEContext)
renderBeginParameters(XplParameters, Int32, XplFunction, ExtendedZOEProcessor..::.EZOEContext)
renderBeginProperty(XplProperty, String, String, XplAccesstype_enum, XplVarstorage_enum, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, ExtendedZOEProcessor..::.EZOEContext)
renderBeginSetAccess(ExtendedZOEProcessor..::.EZOEContext, XplFunctionBody)
renderBeginSwitch(XplSwitchStatement, String, ExtendedZOEProcessor..::.EZOEContext)
renderBeginTry(XplTryStatement, ExtendedZOEProcessor..::.EZOEContext)
renderBinOpExp(XplBinaryoperator, String, String, XplBinaryoperators_enum, ExtendedZOEProcessor..::.EZOEContext)
renderBreak(XplJump, ExtendedZOEProcessor..::.EZOEContext)
renderCaseLabel(XplCase, String, ExtendedZOEProcessor..::.EZOEContext)
renderCastExp(XplCastexpression, String, String, XplCasttype_enum, ExtendedZOEProcessor..::.EZOEContext)
renderCatchStatement(XplCatchStatement, String, ExtendedZOEProcessor..::.EZOEContext)
renderContinue(XplJump, ExtendedZOEProcessor..::.EZOEContext)
renderDeleteExp(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)
renderDirectOutput(XplDirectoutput, String, ExtendedZOEProcessor..::.EZOEContext)
renderDocumentation(XplDocumentation, ExtendedZOEProcessor..::.EZOEContext)
renderElseStatement(XplIfStatement, XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)
renderEndArrayInitializer(XplInitializerList, ExtendedZOEProcessor..::.EZOEContext)
renderEndBlock(XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)
renderEndClass(ExtendedZOEProcessor..::.EZOEClassType, String, XplClass, ExtendedZOEProcessor..::.EZOEContext)
renderEndDocumentBody(XplDocumentBody)
renderEndDoStatement(XplDowhileStatement, String, ExtendedZOEProcessor..::.EZOEContext)
renderEndExpressionList(XplExpressionlist, ExtendedZOEProcessor..::.EZOEContext)
renderEndFunction(XplFunction, String, ExtendedZOEProcessor..::.EZOEContext)
renderEndGetAccess(ExtendedZOEProcessor..::.EZOEContext, XplFunctionBody)
renderEndInitializerList(XplInitializerList, ExtendedZOEProcessor..::.EZOEContext)
renderEndNamespace(String, XplNamespace, ExtendedZOEProcessor..::.EZOEContext)
renderEndParameters(XplParameters, ExtendedZOEProcessor..::.EZOEContext)
renderEndProperty(XplProperty, String, ExtendedZOEProcessor..::.EZOEContext)
renderEndSetAccess(ExtendedZOEProcessor..::.EZOEContext, XplFunctionBody)
renderEndSwitch(XplSwitchStatement, ExtendedZOEProcessor..::.EZOEContext)
renderEndTry(XplTryStatement, ExtendedZOEProcessor..::.EZOEContext)
renderExpressionListItem(XplExpression, String, Int32, Int32, ExtendedZOEProcessor..::.EZOEContext)
renderExpressionStatement(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)
renderField(XplField, String, String, String, XplAccesstype_enum, XplVarstorage_enum, Boolean, Boolean)
renderFinally(XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)
renderForDeclaration(XplDeclaratorlist, ExtendedZOEProcessor..::.EZOEContext)
renderForStatement(XplForStatement, String, String, String, ExtendedZOEProcessor..::.EZOEContext)
renderFunctionCallExp(XplFunctioncall, String, String, Boolean, ExtendedZOEProcessor..::.EZOEContext)
renderGetTypeExp(XplType, String, ExtendedZOEProcessor..::.EZOEContext)
renderGoto(XplJump, String, ExtendedZOEProcessor..::.EZOEContext)
renderIfStatement(XplIfStatement, String, Boolean, ExtendedZOEProcessor..::.EZOEContext)
renderImplements(XplClass, XplNodeList, ExtendedZOEProcessor..::.EZOEContext)
renderImportDirective(XplName)
renderInherits(XplClass, XplNodeList, ExtendedZOEProcessor..::.EZOEContext)
renderInitilizerItem(XplNode, String, Int32, Int32, ExtendedZOEProcessor..::.EZOEContext)
renderIsExp(XplCastexpression, String, String, ExtendedZOEProcessor..::.EZOEContext)
renderLabel(XplNode, ExtendedZOEProcessor..::.EZOEContext)
renderLiteral(XplLiteral, String, ExtendedZOEProcessor..::.EZOEContext)
renderLocalDeclarator(XplDeclarator, String, String, String, Boolean)
renderNewExp(XplNewExpression, String, String, ExtendedZOEProcessor..::.EZOEContext)
renderOnpointerExp(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)
renderOnpointerStatement(XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)
renderParameter(XplParameter, String, String, String, XplParameterdirection_enum, Int32, Boolean, Boolean)
renderResume(XplJump, ExtendedZOEProcessor..::.EZOEContext)
renderResumeNext(XplJump, ExtendedZOEProcessor..::.EZOEContext)
renderReturn(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)
renderSetonerror(XplSetonerror, ExtendedZOEProcessor..::.EZOEContext)
renderSimpleInitializer(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)
renderSimpleName(String, ExtendedZOEProcessor..::.EZOEContext)
renderTernaryOpExp(XplTernaryoperator, String, String, String, XplTernaryoperators_enum, ExtendedZOEProcessor..::.EZOEContext)
renderThrow(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)
renderType(XplType, String, ExtendedZOEProcessor..::.EZOETypeContext, ExtendedZOEProcessor..::.EZOEContext)
renderTypeOfExp(XplType, String, ExtendedZOEProcessor..::.EZOEContext)
renderUnOpExp(XplUnaryoperator, String, XplUnaryoperators_enum, ExtendedZOEProcessor..::.EZOEContext)
renderUnrecognizedNode(XplNode, ExtendedZOEProcessor..::.EZOEContext)
renderUsingDirective(XplName, ExtendedZOEProcessor..::.EZOEContext)
renderWhileStatement(XplDowhileStatement, String, ExtendedZOEProcessor..::.EZOEContext)
renderWritecodeBlock(XplWriteCodeBody, ExtendedZOEProcessor..::.EZOEContext)
renderWritecodeExpression(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ExtendedZOEProcessor
 CSZOERenderModule

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)