public class CallKey extends java.lang.Object
| Constructor and Description |
|---|
CallKey(Call.CallType callType,
JetExpression element) |
| Modifier and Type | Method and Description |
|---|---|
static CallKey |
create(Call.CallType callType,
JetExpression element) |
static CallKey |
create(JetExpression element) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public CallKey(Call.CallType callType, JetExpression element)
@NotNull public static CallKey create(@NotNull Call.CallType callType, @NotNull JetExpression element)
public static CallKey create(JetExpression element)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object