public interface CalculatedClosure
Modifier and Type | Method and Description |
---|---|
ClassifierDescriptor |
getCaptureReceiver() |
ClassDescriptor |
getCaptureThis() |
java.util.Map<DeclarationDescriptor,EnclosedValueDescriptor> |
getCaptureVariables() |
ClassDescriptor |
getEnclosingClass() |
java.util.List<com.intellij.openapi.util.Pair<java.lang.String,org.jetbrains.asm4.Type>> |
getRecordedFields() |
JetDelegatorToSuperCall |
getSuperCall() |
@Nullable ClassDescriptor getEnclosingClass()
@Nullable JetDelegatorToSuperCall getSuperCall()
@Nullable ClassDescriptor getCaptureThis()
@Nullable ClassifierDescriptor getCaptureReceiver()
@NotNull java.util.Map<DeclarationDescriptor,EnclosedValueDescriptor> getCaptureVariables()
@NotNull java.util.List<com.intellij.openapi.util.Pair<java.lang.String,org.jetbrains.asm4.Type>> getRecordedFields()