void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.InitializeIndent |
( |
| ) |
|
|
inlineprivate |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.AppendIndents |
( |
int |
indents | ) |
|
|
inlineprivate |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.PrettyPrintCharacter |
( |
char |
curChar, |
|
|
StringBuilder |
output |
|
) |
| |
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.AppendCurrentChar |
( |
| ) |
|
|
inline |
Referenced by JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.CloseBracketStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.CommaStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.SingleQuoteStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.CloseSquareBracketStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.DoubleQuoteStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.DefaultCharacterStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.OpenBracketStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.ColonCharacterStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.OpenSquareBracketStrategy.ExecutePrintyPrint(), JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.SkipWhileNotInStringStrategy.ExecutePrintyPrint(), and JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategies.CloseBracketStrategy.PeformNonStringPrint().
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.AppendNewLine |
( |
| ) |
|
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.BuildContextIndents |
( |
| ) |
|
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.EnterObjectScope |
( |
| ) |
|
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.CloseCurrentScope |
( |
| ) |
|
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.EnterArrayScope |
( |
| ) |
|
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.AppendSpace |
( |
| ) |
|
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.ClearStrategies |
( |
| ) |
|
|
inline |
void JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.AddCharacterStrategy |
( |
ICharacterStrategy |
strategy | ) |
|
|
inline |
const string JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.Space = " " |
|
private |
int JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.SpacesPerIndent = 4 |
string JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext._indent = string.Empty |
|
private |
readonly PPScopeState JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext._scopeState = new PPScopeState() |
|
private |
bool JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.IsProcessingVariableAssignment |
char JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext._previousChar |
|
private |
StringBuilder JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext._outputBuilder |
|
private |
char JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext._currentCharacter |
|
private |
string JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.Indent |
|
get |
bool JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.IsInArrayScope |
|
get |
bool JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.IsProcessingDoubleQuoteInitiatedString |
|
getset |
bool JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.IsProcessingSingleQuoteInitiatedString |
|
getset |
bool JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.IsProcessingString |
|
get |
bool JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.IsStart |
|
get |
bool JsonPrettyPrinterPlus.JsonPrettyPrinterInternals.JsonPPStrategyContext.WasLastCharacterABackSlash |
|
get |
The documentation for this class was generated from the following file: