org.jetbrains.kotlin.load.java.structure.impl
Class JavaFieldImpl

java.lang.Object
  extended by org.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl<Psi>
      extended by org.jetbrains.kotlin.load.java.structure.impl.JavaMemberImpl<com.intellij.psi.PsiField>
          extended by org.jetbrains.kotlin.load.java.structure.impl.JavaFieldImpl
All Implemented Interfaces:
JavaAnnotationOwnerImpl, JavaModifierListOwnerImpl

public class JavaFieldImpl
extends JavaMemberImpl<com.intellij.psi.PsiField>


Constructor Summary
JavaFieldImpl(com.intellij.psi.PsiField psiField)
           
 
Method Summary
 com.intellij.psi.PsiExpression getInitializer()
           
 JavaType getType()
           
 boolean isEnumEntry()
           
 
Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaMemberImpl
findAnnotation, getAnnotationOwnerPsi, getAnnotations, getContainingClass, getName, getVisibility, isAbstract, isDeprecatedInJavaDoc, isFinal, isStatic
 
Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl
equals, getPsi, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.impl.JavaModifierListOwnerImpl
getPsi
 

Constructor Detail

JavaFieldImpl

public JavaFieldImpl(@NotNull
                     com.intellij.psi.PsiField psiField)
Method Detail

isEnumEntry

public boolean isEnumEntry()

getType

@NotNull
public JavaType getType()

getInitializer

@Nullable
public com.intellij.psi.PsiExpression getInitializer()