public class FunctionalExpressionKey
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FunctionalExpressionKey.CoarseType |
Modifier and Type | Field and Description |
---|---|
static int |
UNKNOWN_PARAM_COUNT |
Constructor and Description |
---|
FunctionalExpressionKey(int lambdaParameterCount,
FunctionalExpressionKey.CoarseType lambdaReturnType,
java.lang.String knownFunExprType) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRepresent(int samParamCount,
boolean booleanCompatible,
boolean isVoid) |
static FunctionalExpressionKey |
deserializeKey(java.io.DataInput dataStream) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static boolean |
isBooleanCompatible(PsiType samType) |
void |
serializeKey(java.io.DataOutput dataStream) |
java.lang.String |
toString() |
public static final int UNKNOWN_PARAM_COUNT
public FunctionalExpressionKey(int lambdaParameterCount, FunctionalExpressionKey.CoarseType lambdaReturnType, java.lang.String knownFunExprType)
public static FunctionalExpressionKey deserializeKey(java.io.DataInput dataStream) throws java.io.IOException
java.io.IOException
public void serializeKey(java.io.DataOutput dataStream) throws java.io.IOException
java.io.IOException
public boolean canRepresent(int samParamCount, boolean booleanCompatible, boolean isVoid)
public static boolean isBooleanCompatible(PsiType samType)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object