|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.RangeCodegenUtil
public class RangeCodegenUtil
Nested Class Summary | |
---|---|
static class |
RangeCodegenUtil.BinaryCall
|
Method Summary | |
---|---|
static PrimitiveType |
getPrimitiveRangeOrProgressionElementType(FqName rangeOrProgressionName)
|
static RangeCodegenUtil.BinaryCall |
getRangeAsBinaryCall(JetForExpression forExpression)
|
static boolean |
isOptimizableRangeTo(CallableDescriptor rangeTo)
|
static boolean |
isProgression(JetType rangeType)
|
static boolean |
isRange(JetType rangeType)
|
static boolean |
isRangeOrProgression(FqName className)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isRange(JetType rangeType)
public static boolean isProgression(JetType rangeType)
@Nullable public static RangeCodegenUtil.BinaryCall getRangeAsBinaryCall(@NotNull JetForExpression forExpression)
@Nullable public static PrimitiveType getPrimitiveRangeOrProgressionElementType(@NotNull FqName rangeOrProgressionName)
public static boolean isRangeOrProgression(@NotNull FqName className)
public static boolean isOptimizableRangeTo(CallableDescriptor rangeTo)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |