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

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

공개 메소드들

메소드 설명
EpsilonNode ( int start, int end ) : CFGLib.Parsers.Forests
GetSentence ( ) : Sentence

메소드 상세

EpsilonNode() 공개 메소드

public EpsilonNode ( int start, int end ) : CFGLib.Parsers.Forests
start int
end int
리턴 CFGLib.Parsers.Forests

GetSentence() 공개 메소드

public GetSentence ( ) : Sentence
리턴 Sentence