Method | Description | |
---|---|---|
DocComment ( TokenNodeType nodeType, string text ) : JetBrains.Application | ||
ReSync ( CachingLexer cachingLexer, TreeTextRange changedRange, int insertedTextLen ) : IChameleonNode | ||
ReplaceBy ( IDocCommentNode docCommentNode ) : IDocCommentNode |
public DocComment ( TokenNodeType nodeType, string text ) : JetBrains.Application | ||
nodeType | TokenNodeType | |
text | string | |
return | JetBrains.Application |
public ReSync ( CachingLexer cachingLexer, TreeTextRange changedRange, int insertedTextLen ) : IChameleonNode | ||
cachingLexer | CachingLexer | |
changedRange | TreeTextRange | |
insertedTextLen | int | |
return | IChameleonNode |
public ReplaceBy ( IDocCommentNode docCommentNode ) : IDocCommentNode | ||
docCommentNode | IDocCommentNode | |
return | IDocCommentNode |