CFGLib.Parsers.Forests.EpsilonNode.GetSentence C# (CSharp) Method

GetSentence() public method

public GetSentence ( ) : Sentence
return Sentence
		public override Sentence GetSentence() {
			return new Sentence();
		}
	}