C# Class ICSharpCode.NRefactory.CSharp.InsertRequiredSpacesDecorator

Inheritance: DecoratingTokenWriter
Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

Méthode 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 méthode

public InsertRequiredSpacesDecorator ( TokenWriter writer ) : System
writer TokenWriter
Résultat System

NewLine() public méthode

public NewLine ( ) : void
Résultat void

Space() public méthode

public Space ( ) : void
Résultat void

WriteComment() public méthode

public WriteComment ( CommentType commentType, string content, CommentReference refs ) : void
commentType CommentType
content string
refs CommentReference
Résultat void

WriteIdentifier() public méthode

public WriteIdentifier ( Identifier identifier, object data ) : void
identifier Identifier
data object
Résultat void

WriteKeyword() public méthode

public WriteKeyword ( ICSharpCode.NRefactory.CSharp.Role role, string keyword ) : void
role ICSharpCode.NRefactory.CSharp.Role
keyword string
Résultat void

WritePreProcessorDirective() public méthode

public WritePreProcessorDirective ( PreProcessorDirectiveType type, string argument ) : void
type PreProcessorDirectiveType
argument string
Résultat void

WritePrimitiveType() public méthode

public WritePrimitiveType ( string type ) : void
type string
Résultat void

WritePrimitiveValue() public méthode

public WritePrimitiveValue ( object value, object data = null, string literalValue = null ) : void
value object
data object
literalValue string
Résultat void

WriteToken() public méthode

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