C# 클래스 Kobi.RecreationalRegex.PcreGrammar.Builder.BinaryStacksStateWriter

상속: IStackStateWriter
파일 보기 프로젝트 열기: kobi/RecreationalRegex 1 사용 예제들

공개 메소드들

메소드 설명
WriteAssertStateStackIsEmpty ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection ) : void
WritePushState ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection, State state ) : void
WriteWhenInState ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection, State state ) : void

비공개 메소드들

메소드 설명
EnumerateBits ( int stateCount, int stateId ) : IEnumerable
GetStackName ( int bit ) : string

메소드 상세

WriteAssertStateStackIsEmpty() 공개 메소드

public WriteAssertStateStackIsEmpty ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection ) : void
indentedTextWriter System.CodeDom.Compiler.IndentedTextWriter
stateCollection StateCollection
리턴 void

WritePushState() 공개 메소드

public WritePushState ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection, State state ) : void
indentedTextWriter System.CodeDom.Compiler.IndentedTextWriter
stateCollection StateCollection
state Kobi.RecreationalRegex.PcreGrammar.GrammarModel.State
리턴 void

WriteWhenInState() 공개 메소드

public WriteWhenInState ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection, State state ) : void
indentedTextWriter System.CodeDom.Compiler.IndentedTextWriter
stateCollection StateCollection
state Kobi.RecreationalRegex.PcreGrammar.GrammarModel.State
리턴 void