|
|||||||||
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.impl.VariableDescriptorImpl
org.jetbrains.jet.lang.descriptors.impl.PropertyDescriptorImpl
org.jetbrains.jet.codegen.AccessorForPropertyDescriptor
public class AccessorForPropertyDescriptor
Nested Class Summary | |
---|---|
static class |
AccessorForPropertyDescriptor.Getter
|
static class |
AccessorForPropertyDescriptor.Setter
|
Nested classes/interfaces inherited from interface org.jetbrains.jet.lang.descriptors.CallableMemberDescriptor |
---|
CallableMemberDescriptor.Kind |
Constructor Summary | |
---|---|
AccessorForPropertyDescriptor(PropertyDescriptor pd,
DeclarationDescriptor containingDeclaration,
int index)
|
Method Summary |
---|
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.PropertyDescriptorImpl |
---|
accept, addOverriddenDescriptor, copy, getAccessors, getExpectedThisObject, getGetter, getKind, getModality, getOriginal, getOverriddenDescriptors, getReceiverParameter, getReturnType, getSetter, getTypeParameters, getVisibility, initialize, isVar, setType, setType, setVisibility, substitute |
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.VariableDescriptorImpl |
---|
getType, getValueParameters, setOutType |
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, 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.VariableDescriptor |
---|
getContainingDeclaration, getType |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.CallableDescriptor |
---|
getValueParameters |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor |
---|
acceptVoid |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
---|
getAnnotations |
Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
---|
getName |
Constructor Detail |
---|
public AccessorForPropertyDescriptor(PropertyDescriptor pd, DeclarationDescriptor containingDeclaration, int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |