C# Class Microsoft.R.Editor.Tree.TextChangeAnalyzer

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
DetermineChangeType ( TextChangeContext change ) : void

Private Methods

Méthode Description
CheckChangeInsideComment ( TextChangeContext context ) : TextChangeType
CheckChangeInsideString ( TextChangeContext context, IAstNode &node, PositionType &positionType ) : TextChangeType
CheckWhiteSpaceChange ( TextChangeContext context, IAstNode node, PositionType positionType ) : TextChangeType
IsChangeDestructiveForChildNodes ( IAstNode node, ITextRange changedRange ) : bool

Method Details

DetermineChangeType() public static méthode

public static DetermineChangeType ( TextChangeContext change ) : void
change TextChangeContext
Résultat void