| Modifier and Type | Method and Description |
|---|---|
static int |
decodeFile(long id) |
static int |
decodeLine(long id) |
static int |
encodeId(int fileId,
int line) |
SourceFile |
getFile()
Source file for this location
|
int |
getId() |
int |
getIsolateId()
Worker to which this location belongs.
|
int |
getLine()
Line number within the source for this location
|
boolean |
isRemoved() |
void |
setRemoved(boolean removed) |
String |
toString()
for debugging
|
public SourceFile getFile()
Locationpublic int getLine()
Locationpublic boolean isRemoved()
public void setRemoved(boolean removed)
public int getId()
public static final int encodeId(int fileId,
int line)
public static final int decodeFile(long id)
public static final int decodeLine(long id)
public int getIsolateId()
LocationgetIsolateId in interface LocationCopyright © 2016 The Apache Software Foundation. All rights reserved.