C# 클래스 iSynaptic.CodeGeneration.Modeling.Domain.ValueCodeAuthoringVisitor

상속: MoleculeCodeAuthoringVisitor
파일 보기 프로젝트 열기: iSynaptic/iSynaptic.Core

공개 메소드들

메소드 설명
ValueCodeAuthoringVisitor ( IndentingTextWriter writer, SymbolTable symbolTable, DomainCodeAuthoringSettings settings ) : System

보호된 메소드들

메소드 설명
NotInterestedIn ( Object subject, string state ) : System.Boolean
WriteModuleClassAttributes ( MoleculeSyntax molecule ) : void

메소드 상세

NotInterestedIn() 보호된 메소드

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

ValueCodeAuthoringVisitor() 공개 메소드

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

WriteModuleClassAttributes() 보호된 메소드

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