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

Inheritance: MoleculeCodeAuthoringVisitor
Afficher le fichier Open project: iSynaptic/iSynaptic.Core

Méthodes publiques

Méthode Description
ValueCodeAuthoringVisitor ( IndentingTextWriter writer, SymbolTable symbolTable, DomainCodeAuthoringSettings settings ) : System

Méthodes protégées

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

Method Details

NotInterestedIn() protected méthode

protected NotInterestedIn ( Object subject, string state ) : System.Boolean
subject Object
state string
Résultat System.Boolean

ValueCodeAuthoringVisitor() public méthode

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

WriteModuleClassAttributes() protected méthode

protected WriteModuleClassAttributes ( MoleculeSyntax molecule ) : void
molecule iSynaptic.CodeGeneration.Modeling.Domain.SyntacticModel.MoleculeSyntax
Résultat void