C# 클래스 ICSharpCode.NRefactory.CSharp.InsertSpecialsDecorator

상속: DecoratingTokenWriter
파일 보기 프로젝트 열기: 0xd4d/NRefactory

공개 메소드들

메소드 설명
EndNode ( AstNode node ) : void
InsertSpecialsDecorator ( TokenWriter writer ) : System.Collections.Generic
NewLine ( ) : void
StartNode ( AstNode node ) : void
WriteIdentifier ( Identifier identifier, object data ) : void
WriteKeyword ( ICSharpCode.NRefactory.CSharp.Role role, string keyword ) : void
WriteToken ( ICSharpCode.NRefactory.CSharp.Role role, string token, object data ) : void

비공개 메소드들

메소드 설명
WriteSpecials ( AstNode start, AstNode end ) : void

Writes all specials from start to end (exclusive). Does not touch the positionStack.

WriteSpecialsUpToNode ( AstNode node ) : void

Writes all specials between the current position (in the positionStack) and the specified node. Advances the current position.

WriteSpecialsUpToRole ( ICSharpCode.NRefactory.CSharp.Role role ) : void

Writes all specials between the current position (in the positionStack) and the next node with the specified role. Advances the current position.

WriteSpecialsUpToRole ( ICSharpCode.NRefactory.CSharp.Role role, AstNode nextNode ) : void

메소드 상세

EndNode() 공개 메소드

public EndNode ( AstNode node ) : void
node AstNode
리턴 void

InsertSpecialsDecorator() 공개 메소드

public InsertSpecialsDecorator ( TokenWriter writer ) : System.Collections.Generic
writer TokenWriter
리턴 System.Collections.Generic

NewLine() 공개 메소드

public NewLine ( ) : void
리턴 void

StartNode() 공개 메소드

public StartNode ( AstNode node ) : void
node AstNode
리턴 void

WriteIdentifier() 공개 메소드

public WriteIdentifier ( Identifier identifier, object data ) : void
identifier Identifier
data object
리턴 void

WriteKeyword() 공개 메소드

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

WriteToken() 공개 메소드

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