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

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

Private Properties

프로퍼티 타입 설명
AddChild void
AddFamily void
FinishFamily void
GetGraphHelper void

보호된 메소드들

메소드 설명
InteriorNode ( int startPosition, int endPosition ) : CFGLib.Parsers.Graphs

비공개 메소드들

메소드 설명
AddChild ( int i, Production production ) : void
AddFamily ( Family family ) : void
FinishFamily ( ) : void
GetGraphHelper ( Graph g, SppfNodeNode myNode, HashSet visited ) : void

메소드 상세

InteriorNode() 보호된 메소드

protected InteriorNode ( int startPosition, int endPosition ) : CFGLib.Parsers.Graphs
startPosition int
endPosition int
리턴 CFGLib.Parsers.Graphs