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

LeafNode() 보호된 메소드

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