|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.java.wrapper.PropertyPsiDataElement
public final class PropertyPsiDataElement
Some PSI corresponding to a property: getter, setter or field.
| Constructor Summary | |
|---|---|
PropertyPsiDataElement(PsiFieldWrapper field,
TypeSource type,
TypeSource receiverType)
|
|
PropertyPsiDataElement(PsiMethodWrapper method,
boolean getter,
TypeSource type,
TypeSource receiverType)
|
|
| Method Summary | |
|---|---|
PsiMemberWrapper |
getMember()
|
TypeSource |
getReceiverType()
|
TypeSource |
getType()
|
boolean |
isField()
|
boolean |
isGetter()
|
boolean |
isSetter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPsiDataElement(@NotNull
PsiMethodWrapper method,
boolean getter,
@NotNull
TypeSource type,
@Nullable
TypeSource receiverType)
public PropertyPsiDataElement(@NotNull
PsiFieldWrapper field,
@NotNull
TypeSource type,
@Nullable
TypeSource receiverType)
| Method Detail |
|---|
@NotNull public PsiMemberWrapper getMember()
@NotNull public TypeSource getType()
@Nullable public TypeSource getReceiverType()
public boolean isGetter()
public boolean isSetter()
public boolean isField()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||