CFGLib.Parsers.Forests.LeafNode.GetSentence C# (CSharp) 메소드

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

public abstract GetSentence ( ) : Sentence
리턴 Sentence
		public abstract Sentence GetSentence();
		

Usage Example

예제 #1
0
 internal override string ToStringSelf()
 {
     return(string.Format("{0} ({1}, {2})", _leafNode.GetSentence(), StartPosition, EndPosition));
 }