|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.InlineDescriptorUtils
public class InlineDescriptorUtils
| Constructor Summary | |
|---|---|
InlineDescriptorUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
allowsNonLocalReturns(CallableDescriptor lambdaDescriptor)
|
static boolean |
checkNonLocalReturnUsage(DeclarationDescriptor fromFunction,
JetExpression startExpression,
BindingTrace trace)
|
static DeclarationDescriptor |
getContainingClassOrFunctionDescriptor(DeclarationDescriptor descriptor,
boolean strict)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineDescriptorUtils()
| Method Detail |
|---|
public static boolean checkNonLocalReturnUsage(@NotNull
DeclarationDescriptor fromFunction,
@NotNull
JetExpression startExpression,
@NotNull
BindingTrace trace)
@Nullable
public static DeclarationDescriptor getContainingClassOrFunctionDescriptor(@NotNull
DeclarationDescriptor descriptor,
boolean strict)
public static boolean allowsNonLocalReturns(@NotNull
CallableDescriptor lambdaDescriptor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||