|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.jet.lang.descriptors.ScriptDescriptor
public class ScriptDescriptor
| Field Summary | |
|---|---|
static java.lang.String |
LAST_EXPRESSION_VALUE_FIELD_NAME
|
| Constructor Summary | |
|---|---|
ScriptDescriptor(DeclarationDescriptor containingDeclaration,
int priority,
JetScope scriptScope,
Name className)
|
|
| Method Summary | ||
|---|---|---|
|
accept(DeclarationDescriptorVisitor<R,D> visitor,
D data)
|
|
ClassDescriptor |
getClassDescriptor()
|
|
int |
getPriority()
|
|
JetType |
getReturnType()
|
|
ScriptCodeDescriptor |
getScriptCodeDescriptor()
|
|
ReceiverParameterDescriptor |
getThisAsReceiverParameter()
|
|
java.util.List<ValueParameterDescriptor> |
getValueParameters()
|
|
void |
initialize(JetType returnType,
java.util.List<? extends PropertyDescriptorImpl> properties,
java.util.List<? extends FunctionDescriptor> functions)
|
|
static void |
initializeWithDefaultGetterSetter(PropertyDescriptorImpl propertyDescriptor)
|
|
void |
setValueParameters(java.util.List<ValueParameterDescriptor> valueParameters)
|
|
DeclarationDescriptor |
substitute(TypeSubstitutor substitutor)
|
|
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl |
|---|
getContainingDeclaration |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, getOriginal, toString |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl |
|---|
getAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor |
|---|
acceptVoid, getOriginal |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
|---|
getName |
| Field Detail |
|---|
public static final java.lang.String LAST_EXPRESSION_VALUE_FIELD_NAME
| Constructor Detail |
|---|
public ScriptDescriptor(@NotNull
DeclarationDescriptor containingDeclaration,
int priority,
@NotNull
JetScope scriptScope,
@NotNull
Name className)
| Method Detail |
|---|
public void initialize(@NotNull
JetType returnType,
@NotNull
java.util.List<? extends PropertyDescriptorImpl> properties,
@NotNull
java.util.List<? extends FunctionDescriptor> functions)
public static void initializeWithDefaultGetterSetter(PropertyDescriptorImpl propertyDescriptor)
public int getPriority()
@NotNull public JetType getReturnType()
@NotNull public java.util.List<ValueParameterDescriptor> getValueParameters()
@NotNull public ScriptCodeDescriptor getScriptCodeDescriptor()
@NotNull public ReceiverParameterDescriptor getThisAsReceiverParameter()
public DeclarationDescriptor substitute(@NotNull
TypeSubstitutor substitutor)
public <R,D> R accept(DeclarationDescriptorVisitor<R,D> visitor,
D data)
public void setValueParameters(@NotNull
java.util.List<ValueParameterDescriptor> valueParameters)
@NotNull public ClassDescriptor getClassDescriptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||