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
파일 보기 프로젝트 열기: wiredwiz/Grun.Net

공개 메소드들

메소드 설명
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