public class CallSiteNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
SHOW_POSITION |
| Constructor and Description |
|---|
CallSiteNode(polyglot.types.ProcedureInstance callee,
java.lang.String debugString,
polyglot.util.Position pos) |
| Modifier and Type | Method and Description |
|---|---|
polyglot.types.ProcedureInstance |
callee() |
boolean |
equals(java.lang.Object o) |
polyglot.util.Position |
getPosition() |
int |
hashCode() |
java.lang.String |
toString() |
public static final boolean SHOW_POSITION
public CallSiteNode(polyglot.types.ProcedureInstance callee,
java.lang.String debugString,
polyglot.util.Position pos)
public polyglot.types.ProcedureInstance callee()
public java.lang.String toString()
toString in class java.lang.Objectpublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic polyglot.util.Position getPosition()