Calitha GOLD Parser Engine Documentation

Location Constructor (Int32, Int32, Int32)

Creates a new Location object.

public Location(
   int position,
   int lineNr,
   int columnNr
);

Parameters

position
Zero based position.
lineNr
Zero based line number.
columnNr
Zero based column number.

See Also

Location Class | com.calitha.goldparser Namespace | Location Constructor Overload List