org.jetbrains.kotlin.resolve.constants
Class FloatValue
java.lang.Object
org.jetbrains.kotlin.resolve.constants.CompileTimeConstant<java.lang.Float>
org.jetbrains.kotlin.resolve.constants.FloatValue
public class FloatValue
- extends CompileTimeConstant<java.lang.Float>
Constructor Summary |
FloatValue(float value,
boolean canBeUsedInAnnotations,
boolean usesVariableAsConstant)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FloatValue
public FloatValue(float value,
boolean canBeUsedInAnnotations,
boolean usesVariableAsConstant)
getType
@NotNull
public JetType getType(@NotNull
KotlinBuiltIns kotlinBuiltIns)
- Specified by:
getType
in class CompileTimeConstant<java.lang.Float>
accept
public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor,
D data)
- Specified by:
accept
in class CompileTimeConstant<java.lang.Float>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object