CFGLib.Parsers.Forests.ForestVisitors.DefaultVisitor.DefaultVisitor C# (CSharp) Method

DefaultVisitor() public method

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