public class BooleanValue extends java.lang.Object implements CompileTimeConstant<java.lang.Boolean>
| Modifier and Type | Field and Description |
|---|---|
static BooleanValue |
FALSE |
static BooleanValue |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(AnnotationArgumentVisitor<R,D> visitor,
D data) |
JetType |
getType(KotlinBuiltIns kotlinBuiltIns) |
java.lang.Boolean |
getValue() |
java.lang.String |
toString() |
public static final BooleanValue FALSE
public static final BooleanValue TRUE
public java.lang.Boolean getValue()
getValue in interface CompileTimeConstant<java.lang.Boolean>@NotNull public JetType getType(@NotNull KotlinBuiltIns kotlinBuiltIns)
getType in interface CompileTimeConstant<java.lang.Boolean>public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor, D data)
accept in interface CompileTimeConstant<java.lang.Boolean>public java.lang.String toString()
toString in class java.lang.Object