public class Reference
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
int |
column() |
Return the column in source where the reference occurred.
|
Entity |
ent() |
Return the entity that was referenced.
|
boolean |
equals(java.lang.Object obj) |
|
Entity |
file() |
Return the file where the reference occurred.
|
int |
hashCode() |
|
int |
line() |
Return the line in source where the reference occurred.
|
Entity |
scope() |
Return the entity performing the reference.
|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int line()
public int column()
public Entity ent()
public Entity file()
public Entity scope()