|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.CompileTimeConstantUtils
public class CompileTimeConstantUtils
Method Summary | |
---|---|
static boolean |
canBeReducedToBooleanConstant(KtExpression expression,
BindingContext context,
java.lang.Boolean expectedValue)
|
static void |
checkConstructorParametersType(java.util.List<KtParameter> parameters,
BindingTrace trace)
|
static boolean |
isArrayMethodCall(ResolvedCall<?> resolvedCall)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void checkConstructorParametersType(@NotNull java.util.List<KtParameter> parameters, @NotNull BindingTrace trace)
public static boolean isArrayMethodCall(@NotNull ResolvedCall<?> resolvedCall)
public static boolean canBeReducedToBooleanConstant(@Nullable KtExpression expression, @NotNull BindingContext context, @Nullable java.lang.Boolean expectedValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |