|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
An object representing a line and column position
| Field Summary | |
|---|---|
int |
column
|
int |
line
|
| Constructor Summary | |
LineColumn(int line, int column)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object that)
|
int |
getColumn()
|
int |
getLine()
|
int |
hashCode()
|
String |
toString()
|
| Constructor Detail |
|---|
public LineColumn(int line, int column)
| Method Detail |
|---|
public boolean equals(Object that)
public int getColumn()
public int getLine()
public int hashCode()
public String toString()