C# Class CSharpUtils.Templates.ParserNodes.ParserNodeContext

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
IndentationLevel int
ShouldWriteIndentation bool
TemplateFactory TemplateFactory
TextWriter System.IO.TextWriter

Méthodes publiques

Méthode Description
Indent ( System.Action Action ) : void
ParserNodeContext ( TextWriter TextWriter, TemplateFactory TemplateFactory ) : System
Write ( String Text ) : void
WriteLine ( String Text ) : void

Méthodes protégées

Méthode Description
_TryWriteIndentation ( ) : void

Private Methods

Méthode Description
_GetContextWriteAutoFilteredMethod ( ) : string
_GetContextWriteMethod ( ) : String

Method Details

Indent() public méthode

public Indent ( System.Action Action ) : void
Action System.Action
Résultat void

ParserNodeContext() public méthode

public ParserNodeContext ( TextWriter TextWriter, TemplateFactory TemplateFactory ) : System
TextWriter System.IO.TextWriter
TemplateFactory TemplateFactory
Résultat System

Write() public méthode

public Write ( String Text ) : void
Text String
Résultat void

WriteLine() public méthode

public WriteLine ( String Text ) : void
Text String
Résultat void

_TryWriteIndentation() protected méthode

protected _TryWriteIndentation ( ) : void
Résultat void

Property Details

IndentationLevel protected_oe property

protected int IndentationLevel
Résultat int

ShouldWriteIndentation protected_oe property

protected bool ShouldWriteIndentation
Résultat bool

TemplateFactory protected_oe property

protected TemplateFactory TemplateFactory
Résultat TemplateFactory

TextWriter protected_oe property

protected TextWriter,System.IO TextWriter
Résultat System.IO.TextWriter