C# Класс Kobi.RecreationalRegex.PcreGrammar.Builder.SingleStackStateWriter

Наследование: IStackStateWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
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