org.jetbrains.jet.lang.resolve.java.wrapper
Class PropertyPsiData
java.lang.Object
org.jetbrains.jet.lang.resolve.java.wrapper.PropertyPsiData
public final class PropertyPsiData
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyPsiData
public PropertyPsiData()
assemblePropertyPsiDataFromElements
@NotNull
public static java.util.Collection<PropertyPsiData> assemblePropertyPsiDataFromElements(@NotNull
java.util.List<PropertyPsiDataElement> elements)
getGetter
@Nullable
public PropertyPsiDataElement getGetter()
getSetter
@Nullable
public PropertyPsiDataElement getSetter()
isExtension
public boolean isExtension()
isStatic
public boolean isStatic()
getCharacteristicMember
@NotNull
public PropertyPsiDataElement getCharacteristicMember()
getCharacteristicPsi
@NotNull
public com.intellij.psi.PsiMember getCharacteristicPsi()
isVar
public boolean isVar()
isStaticFinalField
public boolean isStaticFinalField()
isPropertyForNamedObject
public boolean isPropertyForNamedObject()
isFinal
public boolean isFinal()