C# Class ICSharpCode.NRefactory.CSharp.InsertRequiredSpacesDecorator

Inheritance: DecoratingTokenWriter
Exibir arquivo Open project: 0xd4d/NRefactory

Public Methods

Method Description
InsertRequiredSpacesDecorator ( TokenWriter writer ) : System
NewLine ( ) : void
Space ( ) : void
WriteComment ( CommentType commentType, string content, CommentReference refs ) : void
WriteIdentifier ( Identifier identifier, object data ) : void
WriteKeyword ( ICSharpCode.NRefactory.CSharp.Role role, string keyword ) : void
WritePreProcessorDirective ( PreProcessorDirectiveType type, string argument ) : void
WritePrimitiveType ( string type ) : void
WritePrimitiveValue ( object value, object data = null, string literalValue = null ) : void
WriteToken ( ICSharpCode.NRefactory.CSharp.Role role, string token, object data ) : void

Method Details

InsertRequiredSpacesDecorator() public method

public InsertRequiredSpacesDecorator ( TokenWriter writer ) : System
writer TokenWriter
return System

NewLine() public method

public NewLine ( ) : void
return void

Space() public method

public Space ( ) : void
return void

WriteComment() public method

public WriteComment ( CommentType commentType, string content, CommentReference refs ) : void
commentType CommentType
content string
refs CommentReference
return void

WriteIdentifier() public method

public WriteIdentifier ( Identifier identifier, object data ) : void
identifier Identifier
data object
return void

WriteKeyword() public method

public WriteKeyword ( ICSharpCode.NRefactory.CSharp.Role role, string keyword ) : void
role ICSharpCode.NRefactory.CSharp.Role
keyword string
return void

WritePreProcessorDirective() public method

public WritePreProcessorDirective ( PreProcessorDirectiveType type, string argument ) : void
type PreProcessorDirectiveType
argument string
return void

WritePrimitiveType() public method

public WritePrimitiveType ( string type ) : void
type string
return void

WritePrimitiveValue() public method

public WritePrimitiveValue ( object value, object data = null, string literalValue = null ) : void
value object
data object
literalValue string
return void

WriteToken() public method

public WriteToken ( ICSharpCode.NRefactory.CSharp.Role role, string token, object data ) : void
role ICSharpCode.NRefactory.CSharp.Role
token string
data object
return void