|
|||||||||
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
org.jetbrains.kotlin.descriptors.impl.LocalVariableDescriptor
public class LocalVariableDescriptor
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorWithInitializerImpl |
---|
compileTimeInitializer |
Fields inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl |
---|
outType |
Constructor Summary | |
---|---|
LocalVariableDescriptor(DeclarationDescriptor containingDeclaration,
Annotations annotations,
Name name,
JetType type,
boolean mutable,
SourceElement source)
|
Method Summary | ||
---|---|---|
|
accept(DeclarationDescriptorVisitor<R,D> visitor,
D data)
|
|
Visibility |
getVisibility()
|
|
LocalVariableDescriptor |
substitute(TypeSubstitutor substitutor)
|
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorWithInitializerImpl |
---|
getCompileTimeInitializer, isVar, setCompileTimeInitializer |
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl |
---|
getDispatchReceiverParameter, getExtensionReceiverParameter, getOriginal, getOverriddenDescriptors, getReturnType, getType, getTypeParameters, getValueParameters, hasStableParameterNames, hasSynthesizedParameterNames, isConst, 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 |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource |
---|
getSource |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
---|
acceptVoid |
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
---|
getAnnotations |
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
---|
getName |
Constructor Detail |
---|
public LocalVariableDescriptor(@NotNull DeclarationDescriptor containingDeclaration, @NotNull Annotations annotations, @NotNull Name name, @Nullable JetType type, boolean mutable, @NotNull SourceElement source)
Method Detail |
---|
@NotNull public LocalVariableDescriptor substitute(@NotNull TypeSubstitutor substitutor)
public <R,D> R accept(DeclarationDescriptorVisitor<R,D> visitor, D data)
@NotNull public Visibility getVisibility()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |