org.jetbrains.kotlin.descriptors
Interface ScriptDescriptor
- All Superinterfaces:
- Annotated, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, Named
public interface ScriptDescriptor
- extends DeclarationDescriptorNonRoot
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
getName |
LAST_EXPRESSION_VALUE_FIELD_NAME
static final java.lang.String LAST_EXPRESSION_VALUE_FIELD_NAME
- See Also:
- Constant Field Values
NAME
static final Name NAME
getPriority
int getPriority()
getScriptCodeDescriptor
@NotNull
ScriptCodeDescriptor getScriptCodeDescriptor()
getThisAsReceiverParameter
@NotNull
ReceiverParameterDescriptor getThisAsReceiverParameter()
getClassDescriptor
@NotNull
ClassDescriptor getClassDescriptor()
getScopeForBodyResolution
@NotNull
LexicalScope getScopeForBodyResolution()
getScriptResultProperty
@NotNull
PropertyDescriptor getScriptResultProperty()