C# Class iSynaptic.CodeGeneration.Modeling.Domain.ValueCodeAuthoringVisitor

Inheritance: MoleculeCodeAuthoringVisitor
Exibir arquivo Open project: iSynaptic/iSynaptic.Core

Public Methods

Method Description
ValueCodeAuthoringVisitor ( IndentingTextWriter writer, SymbolTable symbolTable, DomainCodeAuthoringSettings settings ) : System

Protected Methods

Method Description
NotInterestedIn ( Object subject, string state ) : System.Boolean
WriteModuleClassAttributes ( MoleculeSyntax molecule ) : void

Method Details

NotInterestedIn() protected method

protected NotInterestedIn ( Object subject, string state ) : System.Boolean
subject Object
state string
return System.Boolean

ValueCodeAuthoringVisitor() public method

public ValueCodeAuthoringVisitor ( IndentingTextWriter writer, SymbolTable symbolTable, DomainCodeAuthoringSettings settings ) : System
writer iSynaptic.Commons.Text.IndentingTextWriter
symbolTable SymbolTable
settings DomainCodeAuthoringSettings
return System

WriteModuleClassAttributes() protected method

protected WriteModuleClassAttributes ( MoleculeSyntax molecule ) : void
molecule iSynaptic.CodeGeneration.Modeling.Domain.SyntacticModel.MoleculeSyntax
return void