|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.builtins.InlineUtil
public class InlineUtil
Constructor Summary | |
---|---|
InlineUtil()
|
Method Summary | |
---|---|
static InlineStrategy |
getInlineType(DeclarationDescriptor descriptor)
|
static boolean |
hasNoinlineAnnotation(CallableDescriptor valueParameterDescriptor)
|
static boolean |
hasOnlyLocalContinueAndBreak(ValueParameterDescriptor descriptor)
|
static boolean |
hasOnlyLocalReturn(ValueParameterDescriptor descriptor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InlineUtil()
Method Detail |
---|
public static boolean hasNoinlineAnnotation(@NotNull CallableDescriptor valueParameterDescriptor)
@NotNull public static InlineStrategy getInlineType(@NotNull DeclarationDescriptor descriptor)
public static boolean hasOnlyLocalContinueAndBreak(@NotNull ValueParameterDescriptor descriptor)
public static boolean hasOnlyLocalReturn(@NotNull ValueParameterDescriptor descriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |