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

ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
CompareNodes ( EditorTree editorTree, IAstNode node1, IAstNode node2 ) : void
CompareTrees ( EditorTree editorTree, AstRoot tree2 ) : void

Private Methods

Method Description
VerifyTree ( EditorTree editorTree ) : void

Method Details

CompareNodes() public static method

public static CompareNodes ( EditorTree editorTree, IAstNode node1, IAstNode node2 ) : void
editorTree EditorTree
node1 IAstNode
node2 IAstNode
return void

CompareTrees() public static method

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