|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.VariableDescriptorWithInitializerImpl
public abstract class VariableDescriptorWithInitializerImpl
| Field Summary | |
|---|---|
protected |
compileTimeInitializer
|
| Fields inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl |
|---|
outType |
| Constructor Summary | |
|---|---|
VariableDescriptorWithInitializerImpl(DeclarationDescriptor containingDeclaration,
Annotations annotations,
Name name,
JetType outType,
boolean isVar,
SourceElement source)
|
|
| Method Summary | |
|---|---|
|
getCompileTimeInitializer()
|
boolean |
isVar()
|
void |
setCompileTimeInitializer(
|
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl |
|---|
getDispatchReceiverParameter, getExtensionReceiverParameter, getOriginal, getOverriddenDescriptors, getReturnType, getType, getTypeParameters, getValueParameters, hasStableParameterNames, hasSynthesizedParameterNames, setOutType |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl |
|---|
getContainingDeclaration, getSource |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, toString, toString |
| Methods inherited from class org.jetbrains.kotlin.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.kotlin.descriptors.VariableDescriptor |
|---|
getContainingDeclaration, substitute |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithVisibility |
|---|
getVisibility |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource |
|---|
getSource |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
|---|
accept, acceptVoid |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
|---|
getName |
| Field Detail |
|---|
protectedcompileTimeInitializer
| Constructor Detail |
|---|
public VariableDescriptorWithInitializerImpl(@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
Annotations annotations,
@NotNull
Name name,
@Nullable
JetType outType,
boolean isVar,
@NotNull
SourceElement source)
| Method Detail |
|---|
public boolean isVar()
@Nullable publicgetCompileTimeInitializer()
public void setCompileTimeInitializer(@NotNull
compileTimeInitializer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||