|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.extension.InlineAnalyzerExtension
public class InlineAnalyzerExtension
Field Summary | |
---|---|
static InlineAnalyzerExtension |
INSTANCE
|
Method Summary | |
---|---|
static boolean |
checkInlinableParameter(CallableDescriptor parameter,
JetElement expression,
CallableDescriptor functionDescriptor,
BindingTrace trace)
|
void |
process(FunctionDescriptor descriptor,
JetNamedFunction function,
BindingTrace trace)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final InlineAnalyzerExtension INSTANCE
Method Detail |
---|
public void process(@NotNull FunctionDescriptor descriptor, @NotNull JetNamedFunction function, @NotNull BindingTrace trace)
process
in interface FunctionAnalyzerExtension.AnalyzerExtension
public static boolean checkInlinableParameter(@NotNull CallableDescriptor parameter, @NotNull JetElement expression, @NotNull CallableDescriptor functionDescriptor, @Nullable BindingTrace trace)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |