C# 클래스 CFGLib.Parsers.Forests.ForestInternal

상속: ForestNode
파일 보기 프로젝트 열기: ellisonch/CFGLib 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Accept bool
ForestInternal CFGLib.Parsers.Forests.ForestVisitors
ToStringHelper string
ToStringSelf string

공개 메소드들

메소드 설명
GetRawDot ( ) : string
ToDot ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
Accept ( IForestVisitor visitor ) : bool
ForestInternal ( InteriorNode node, Nonterminal nonterminal ) : CFGLib.Parsers.Forests.ForestVisitors
ToStringHelper ( int level, HashSet visited ) : string
ToStringSelf ( ) : string

메소드 상세

GetRawDot() 공개 메소드

public GetRawDot ( ) : string
리턴 string

ToDot() 공개 메소드

public ToDot ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string