Method | Description | |
---|---|---|
Emit ( |
Method | Description | |
---|---|---|
Append ( string stringValue ) : void | ||
AppendFormat ( string stringValue ) : void | ||
AppendFormatLine ( string stringValue ) : void | ||
AppendLine ( string stringValue ) : void | ||
DecreaseIndent ( ) : void | ||
IncreaseIndent ( ) : void | ||
Indent ( ) : void | ||
InternalEmit ( |
||
NewLine ( ) : void |
protected Append ( string stringValue ) : void | ||
stringValue | string | |
return | void |
protected AppendFormat ( string stringValue ) : void | ||
stringValue | string | |
return | void |
protected AppendFormatLine ( string stringValue ) : void | ||
stringValue | string | |
return | void |
protected AppendLine ( string stringValue ) : void | ||
stringValue | string | |
return | void |
protected abstract InternalEmit ( |
||
statement | ||
return | void |