org.jetbrains.jet.asJava
Class LightClassUtil.PropertyAccessorsPsiMethods

java.lang.Object
  extended by org.jetbrains.jet.asJava.LightClassUtil.PropertyAccessorsPsiMethods
All Implemented Interfaces:
java.lang.Iterable<com.intellij.psi.PsiMethod>
Enclosing class:
LightClassUtil

public static class LightClassUtil.PropertyAccessorsPsiMethods
extends java.lang.Object
implements java.lang.Iterable<com.intellij.psi.PsiMethod>


Method Summary
 com.intellij.psi.PsiMethod getGetter()
           
 com.intellij.psi.PsiMethod getSetter()
           
 java.util.Iterator<com.intellij.psi.PsiMethod> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGetter

@Nullable
public com.intellij.psi.PsiMethod getGetter()

getSetter

@Nullable
public com.intellij.psi.PsiMethod getSetter()

iterator

@NotNull
public java.util.Iterator<com.intellij.psi.PsiMethod> iterator()
Specified by:
iterator in interface java.lang.Iterable<com.intellij.psi.PsiMethod>