C# Class ICSharpCode.NRefactory.CSharp.InsertMissingTokensDecorator

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

Méthodes publiques

Méthode Description
EndNode ( AstNode node ) : void
InsertMissingTokensDecorator ( TokenWriter writer, ILocatable locationProvider ) : System.Collections.Generic
StartNode ( AstNode node ) : void
WriteIdentifier ( Identifier identifier, object data ) : void
WriteKeyword ( ICSharpCode.NRefactory.CSharp.Role role, string keyword ) : 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

EndNode() public méthode

public EndNode ( AstNode node ) : void
node AstNode
Résultat void

InsertMissingTokensDecorator() public méthode

public InsertMissingTokensDecorator ( TokenWriter writer, ILocatable locationProvider ) : System.Collections.Generic
writer TokenWriter
locationProvider ILocatable
Résultat System.Collections.Generic

StartNode() public méthode

public StartNode ( AstNode node ) : void
node AstNode
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

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