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

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

공개 프로퍼티들

프로퍼티 타입 설명
EndPosition int
StartPosition int

공개 메소드들

메소드 설명
ForestNode ( int startPosition, int endPosition ) : CFGLib.Parsers.Forests.ForestVisitors

비공개 메소드들

메소드 설명
Accept ( IForestVisitor visitor ) : bool
ToStringHelper ( int level, HashSet visited ) : string
ToStringSelf ( ) : string

메소드 상세

ForestNode() 공개 메소드

public ForestNode ( int startPosition, int endPosition ) : CFGLib.Parsers.Forests.ForestVisitors
startPosition int
endPosition int
리턴 CFGLib.Parsers.Forests.ForestVisitors

프로퍼티 상세

EndPosition 공개적으로 프로퍼티

public int EndPosition
리턴 int

StartPosition 공개적으로 프로퍼티

public int StartPosition
리턴 int