public class InstructionLocation extends Object
| Constructor and Description |
|---|
InstructionLocation(String fileName,
int line) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFileName() |
int |
getLine() |
int |
hashCode() |
String |
toString() |
public InstructionLocation(String fileName, int line)
Copyright © 2015. All rights reserved.