Axiom.Scripting.Compiler.AST.AbstractNode.AbstractNode C# (CSharp) Method

AbstractNode() protected method

Constructor
protected AbstractNode ( AbstractNode parent ) : System
parent AbstractNode the parent AbstractNode in the tree
return System
		protected AbstractNode( AbstractNode parent )
		{
			this.Parent = parent;
			this.Line = 0;
		}