| Package | Description |
|---|---|
| org.foxlabs.util |
| Modifier and Type | Field and Description |
|---|---|
static Location |
Location.UNKNOWN
Unknown location.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
Location.valueOf(int line,
int column)
Returns location for the specified line and column positions.
|
static Location |
Location.valueOf(String file)
Returns location for the specified resource name.
|
static Location |
Location.valueOf(String file,
int line,
int column)
Returns location for the specified resource name, line and column
positions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Location.compareTo(Location other)
Compares this location to the specified one.
|
Copyright © 2010-2012 FoxLabs. All Rights Reserved.