C# Class ReSharper.NTriples.Tree.Comment

Inheritance: NTriplesGenericToken, INTriplesCommentNode, IChameleonNode
显示文件 Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
Comment ( TokenNodeType nodeType, string text ) : System
FindChameleonWhichCoversRange ( TreeTextRange textRange ) : IChameleonNode
GetCommentRange ( ) : TreeTextRange
ReSync ( CachingLexer cachingLexer, TreeTextRange changedRange, int insertedTextLen ) : IChameleonNode
ToString ( ) : String

Method Details

Comment() public method

public Comment ( TokenNodeType nodeType, string text ) : System
nodeType TokenNodeType
text string
return System

FindChameleonWhichCoversRange() public method

public FindChameleonWhichCoversRange ( TreeTextRange textRange ) : IChameleonNode
textRange TreeTextRange
return IChameleonNode

GetCommentRange() public method

public GetCommentRange ( ) : TreeTextRange
return TreeTextRange

ReSync() public method

public ReSync ( CachingLexer cachingLexer, TreeTextRange changedRange, int insertedTextLen ) : IChameleonNode
cachingLexer CachingLexer
changedRange TreeTextRange
insertedTextLen int
return IChameleonNode

ToString() public method

public ToString ( ) : String
return String