org.jetbrains.jet.lang.resolve.java.wrapper
Class PropertyPsiData

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.wrapper.PropertyPsiData

public final class PropertyPsiData
extends java.lang.Object


Constructor Summary
PropertyPsiData()
           
 
Method Summary
static java.util.Collection<PropertyPsiData> assemblePropertyPsiDataFromElements(java.util.List<PropertyPsiDataElement> elements)
           
 PropertyPsiDataElement getCharacteristicMember()
           
 com.intellij.psi.PsiMember getCharacteristicPsi()
           
 PropertyPsiDataElement getGetter()
           
 PropertyPsiDataElement getSetter()
           
 boolean isExtension()
           
 boolean isFinal()
           
 boolean isPropertyForNamedObject()
           
 boolean isStatic()
           
 boolean isStaticFinalField()
           
 boolean isVar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyPsiData

public PropertyPsiData()
Method Detail

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()