|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableDescriptor
Method Summary | |
---|---|
DeclarationDescriptor |
getContainingDeclaration()
|
JetType |
getType()
|
boolean |
isVar()
|
VariableDescriptor |
substitute(TypeSubstitutor substitutor)
|
Methods inherited from interface org.jetbrains.jet.lang.descriptors.CallableDescriptor |
---|
getExpectedThisObject, getOriginal, getOverriddenDescriptors, getReceiverParameter, getReturnType, getTypeParameters, getValueParameters |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptorWithVisibility |
---|
getVisibility |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor |
---|
accept, acceptVoid |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
---|
getAnnotations |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
---|
getName |
Method Detail |
---|
@NotNull JetType getType()
@NotNull DeclarationDescriptor getContainingDeclaration()
getContainingDeclaration
in interface DeclarationDescriptor
getContainingDeclaration
in interface DeclarationDescriptorNonRoot
VariableDescriptor substitute(@NotNull TypeSubstitutor substitutor)
substitute
in interface CallableDescriptor
substitute
in interface DeclarationDescriptor
boolean isVar()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |