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