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.grShell
Assembly: libGrShell (in libGrShell.dll) Version: GrGen.NET 7.1
Syntax
C#
public void AdjustBeginLineColumn(
	int newLine,
	int newCol
)

Parameters

newLine  Int32
 
newCol  Int32
 
See Also