|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.constants.CompileTimeConstant<java.lang.Void>
org.jetbrains.jet.lang.resolve.constants.NullValue
public class NullValue
Field Summary | |
---|---|
static NullValue |
NULL
|
Fields inherited from class org.jetbrains.jet.lang.resolve.constants.CompileTimeConstant |
---|
value |
Method Summary | ||
---|---|---|
|
accept(AnnotationArgumentVisitor<R,D> visitor,
D data)
|
|
JetType |
getType(KotlinBuiltIns kotlinBuiltIns)
|
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.jet.lang.resolve.constants.CompileTimeConstant |
---|
canBeUsedInAnnotations, getValue, isPure |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NullValue NULL
Method Detail |
---|
@NotNull public JetType getType(@NotNull KotlinBuiltIns kotlinBuiltIns)
getType
in class CompileTimeConstant<java.lang.Void>
public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor, D data)
accept
in class CompileTimeConstant<java.lang.Void>
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |