Click or drag to resize

SimpleCharStreamAdjustBeginLineColumn Method

Method to adjust line and column numbers for the start of a token.

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public void AdjustBeginLineColumn(
	int newLine,
	int newCol
)

Parameters

newLine
Type: SystemInt32
newCol
Type: SystemInt32
See Also