public static class ExpressionNode.SourceLocation extends Object
| Constructor and Description |
|---|
SourceLocation(int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
void |
setColumn(int column) |
void |
setLine(int line) |
String |
toString() |
public SourceLocation(int line, int column)
Copyright © 2014–2018 University Health Network. All rights reserved.