org.jetbrains.jet.lang.psi
Class CallKey

java.lang.Object
  extended by org.jetbrains.jet.lang.psi.CallKey

public class CallKey
extends java.lang.Object


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

CallKey

public CallKey(Call.CallType callType,
               JetExpression element)
Method Detail

create

@NotNull
public static CallKey create(@NotNull
                                     Call.CallType callType,
                                     @NotNull
                                     JetExpression element)

create

public static CallKey create(JetExpression element)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object