C# Класс Org.Edgerunner.ANTLR4.Tools.Graphing.ParseTreeGrapher

Class used to graph ANTLR4 parse trees.
This class uses Microsoft's Automatic Graph Layout Library to do the actual dirty work.
Наследование: IParseTreeGrapher
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateGraph ( ITree tree, IList parserRules ) : Graph

Приватные методы

Метод Описание
FormatNodes ( Graph graph, ITree tree, IList parserRules ) : void
GraphEdges ( Graph graph, ITree tree ) : void

Описание методов

CreateGraph() публичный Метод

public CreateGraph ( ITree tree, IList parserRules ) : Graph
tree ITree
parserRules IList
Результат Graph