C# Class Ancestry.QueryProcessor.Parse.TextEmitter

Afficher le fichier Open project: Ancestry/DotQL

Méthodes publiques

Méthode Description
Emit ( Statement statement ) : string

Méthodes protégées

Méthode Description
Append ( string stringValue ) : void
AppendFormat ( string stringValue ) : void
AppendFormatLine ( string stringValue ) : void
AppendLine ( string stringValue ) : void
DecreaseIndent ( ) : void
IncreaseIndent ( ) : void
Indent ( ) : void
InternalEmit ( Statement statement ) : void
NewLine ( ) : void

Method Details

Append() protected méthode

protected Append ( string stringValue ) : void
stringValue string
Résultat void

AppendFormat() protected méthode

protected AppendFormat ( string stringValue ) : void
stringValue string
Résultat void

AppendFormatLine() protected méthode

protected AppendFormatLine ( string stringValue ) : void
stringValue string
Résultat void

AppendLine() protected méthode

protected AppendLine ( string stringValue ) : void
stringValue string
Résultat void

DecreaseIndent() protected méthode

protected DecreaseIndent ( ) : void
Résultat void

Emit() public méthode

public Emit ( Statement statement ) : string
statement Statement
Résultat string

IncreaseIndent() protected méthode

protected IncreaseIndent ( ) : void
Résultat void

Indent() protected méthode

protected Indent ( ) : void
Résultat void

InternalEmit() protected abstract méthode

protected abstract InternalEmit ( Statement statement ) : void
statement Statement
Résultat void

NewLine() protected méthode

protected NewLine ( ) : void
Résultat void