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

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

Private Properties

프로퍼티 타입 설명
FinishFamily void
GetGraphHelper void
ToStringSimple string

공개 메소드들

메소드 설명
GetSentence ( ) : Sentence
ToString ( ) : string

보호된 메소드들

메소드 설명
LeafNode ( int start, int end ) : System

비공개 메소드들

메소드 설명
FinishFamily ( ) : void
GetGraphHelper ( Graph g, SppfNodeNode myNode, HashSet visited ) : void
ToStringSimple ( ) : string

메소드 상세

GetSentence() 공개 추상적인 메소드

public abstract GetSentence ( ) : Sentence
리턴 Sentence

LeafNode() 보호된 메소드

protected LeafNode ( int start, int end ) : System
start int
end int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string