C# 클래스 DataDictionary.Interpreter.Compiler.CleanBeforeCompilation

Performs a clean before compiling
상속: Generated.Visitor
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CleanBeforeCompilation ( CompilationOptions options, bool clearCache ) : DataDictionary.Generated

Constructor

visit ( BaseModelElement obj, bool visitSubNodes ) : void

Clears the cache dependancy when a full rebuilt is asked

visit ( Generated obj, bool visitSubNodes ) : void

Clears the cached FullName for all namables

visit ( IXmlBBase obj, bool visitSubNodes ) : void

Cleans up the declared elements dictionaries

메소드 상세

CleanBeforeCompilation() 공개 메소드

Constructor
public CleanBeforeCompilation ( CompilationOptions options, bool clearCache ) : DataDictionary.Generated
options CompilationOptions
clearCache bool
리턴 DataDictionary.Generated

visit() 공개 메소드

Clears the cache dependancy when a full rebuilt is asked
public visit ( BaseModelElement obj, bool visitSubNodes ) : void
obj DataDictionary.Generated.BaseModelElement
visitSubNodes bool
리턴 void

visit() 공개 메소드

Clears the cached FullName for all namables
public visit ( Generated obj, bool visitSubNodes ) : void
obj Generated
visitSubNodes bool
리턴 void

visit() 공개 메소드

Cleans up the declared elements dictionaries
public visit ( IXmlBBase obj, bool visitSubNodes ) : void
obj IXmlBBase
visitSubNodes bool
리턴 void