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

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

Méthodes publiques

Méthode Description
CompareNodes ( EditorTree editorTree, IAstNode node1, IAstNode node2 ) : void
CompareTrees ( EditorTree editorTree, AstRoot tree2 ) : void

Private Methods

Méthode Description
VerifyTree ( EditorTree editorTree ) : void

Method Details

CompareNodes() public static méthode

public static CompareNodes ( EditorTree editorTree, IAstNode node1, IAstNode node2 ) : void
editorTree EditorTree
node1 IAstNode
node2 IAstNode
Résultat void

CompareTrees() public static méthode

public static CompareTrees ( EditorTree editorTree, AstRoot tree2 ) : void
editorTree EditorTree
tree2 Microsoft.R.Core.AST.AstRoot
Résultat void