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

상속: IStackStateWriter
파일 보기 프로젝트 열기: kobi/RecreationalRegex

공개 메소드들

메소드 설명
AssertCharactersInStack ( string stackName, int characterCount ) : string
PushCharactersToStack ( string stackName, int characterCount ) : string
WriteAssertStateStackIsEmpty ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection ) : void
WritePushState ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection, State state ) : void
WriteWhenInState ( IndentedTextWriter indentedTextWriter, StateCollection stateCollection, State state ) : void

메소드 상세

AssertCharactersInStack() 공개 정적인 메소드

public static AssertCharactersInStack ( string stackName, int characterCount ) : string
stackName string
characterCount int
리턴 string

PushCharactersToStack() 공개 정적인 메소드

public static PushCharactersToStack ( string stackName, int characterCount ) : string
stackName string
characterCount int
리턴 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