C# Class ReSharper.NTriples.Tree.Comment

Inheritance: NTriplesGenericToken, INTriplesCommentNode, IChameleonNode
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

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

public Comment ( TokenNodeType nodeType, string text ) : System
nodeType TokenNodeType
text string
Résultat System

FindChameleonWhichCoversRange() public méthode

public FindChameleonWhichCoversRange ( TreeTextRange textRange ) : IChameleonNode
textRange TreeTextRange
Résultat IChameleonNode

GetCommentRange() public méthode

public GetCommentRange ( ) : TreeTextRange
Résultat TreeTextRange

ReSync() public méthode

public ReSync ( CachingLexer cachingLexer, TreeTextRange changedRange, int insertedTextLen ) : IChameleonNode
cachingLexer CachingLexer
changedRange TreeTextRange
insertedTextLen int
Résultat IChameleonNode

ToString() public méthode

public ToString ( ) : String
Résultat String