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, JavaAnnotationOwner, JavaElement, JavaField, JavaMember, JavaModifierListOwner, JavaNamedElement

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


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.JavaMember
getContainingClass
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaModifierListOwner
getVisibility, isAbstract, isFinal, isStatic
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaAnnotationOwner
findAnnotation, getAnnotations, isDeprecatedInJavaDoc
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaNamedElement
getName
 
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()
Specified by:
isEnumEntry in interface JavaField

getType

@NotNull
public JavaType getType()
Specified by:
getType in interface JavaField

getInitializer

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