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

DefaultVisitor() 공개 메소드

public DefaultVisitor ( ForestInternal root ) : System
root ForestInternal
리턴 System
		public DefaultVisitor(ForestInternal root) {
			if (root == null) {
				throw new ArgumentNullException();
			}
			_root = root;
		}