CFGLib.Parsers.Forests.ForestNode.ForestNode C# (CSharp) Method

ForestNode() public method

public ForestNode ( int startPosition, int endPosition ) : CFGLib.Parsers.Forests.ForestVisitors
startPosition int
endPosition int
return CFGLib.Parsers.Forests.ForestVisitors
		public ForestNode(int startPosition, int endPosition) {
			StartPosition = startPosition;
			EndPosition = endPosition;
		}