| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

Instances of this class represent a location in an OPL source file. This class holds file name, line, and column information.
Locations are available for model (.mod) files and data
(.dat) files.
See Also:
| Method Summary | |
|---|---|
public void | end() |
public int | getColumn() const |
public int | getEndColumn() const |
public int | getEndLine() const |
public int | getLine() const |
public const char * | getSource() const |
| Method Detail |
|---|
Clears the memory used by this object
This member function retrieves the column number at which the code starts.
This member function retrieves the column number at which the code ends.
This member function retrieves the line number at which the code ends.
This member function retrieves the line number at which the code starts.
This member function retrieves the path to the OPL source file.