|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.psi.CallKey
public class CallKey
| Constructor Summary | |
|---|---|
CallKey(Call.CallType callType,
JetExpression element)
|
|
| Method Summary | |
|---|---|
static CallKey |
create(Call.CallType callType,
JetExpression element)
|
static CallKey |
create(JetExpression element)
|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallKey(Call.CallType callType,
JetExpression element)
| Method Detail |
|---|
@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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||