|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl<Psi>
org.jetbrains.kotlin.load.java.structure.impl.JavaMemberImpl<com.intellij.psi.PsiField>
org.jetbrains.kotlin.load.java.structure.impl.JavaFieldImpl
public class JavaFieldImpl
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 |
---|
public JavaFieldImpl(@NotNull com.intellij.psi.PsiField psiField)
Method Detail |
---|
public boolean isEnumEntry()
isEnumEntry
in interface JavaField
@NotNull public JavaType getType()
getType
in interface JavaField
@Nullable public com.intellij.psi.PsiExpression getInitializer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |