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

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

공개 메소드들

메소드 설명
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

메소드 상세

InsertRequiredSpacesDecorator() 공개 메소드

public InsertRequiredSpacesDecorator ( TokenWriter writer ) : System
writer TokenWriter
리턴 System

NewLine() 공개 메소드

public NewLine ( ) : void
리턴 void

Space() 공개 메소드

public Space ( ) : void
리턴 void

WriteComment() 공개 메소드

public WriteComment ( CommentType commentType, string content, CommentReference refs ) : void
commentType CommentType
content string
refs CommentReference
리턴 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

WritePreProcessorDirective() 공개 메소드

public WritePreProcessorDirective ( PreProcessorDirectiveType type, string argument ) : void
type PreProcessorDirectiveType
argument string
리턴 void

WritePrimitiveType() 공개 메소드

public WritePrimitiveType ( string type ) : void
type string
리턴 void

WritePrimitiveValue() 공개 메소드

public WritePrimitiveValue ( object value, object data = null, string literalValue = null ) : void
value object
data object
literalValue 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