public class UnboxedFloat extends ImmutableLiteral
Modifier and Type | Field and Description |
---|---|
double |
value |
EMPTY_ARRAY
Constructor and Description |
---|
UnboxedFloat(double value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createCacheObject(ThreadContext context)
Implementing class is responsible for constructing the cached value.
|
OperandType |
getOperandType() |
double |
getValue() |
boolean |
hasKnownValue()
Do we know the value of this operand at compile-time?
If we do then it may be possible to constant propagate (one case:
We also know it is also an ImmutableLiteral).
|
boolean |
isTruthyImmediate()
Returns true if this is an immediate value that will always be considered truthy (true, numbers, etc)
|
java.lang.String |
toString() |
void |
visit(IRVisitor visitor) |
addUsedVariables, cachedObject, canCopyPropagate, cloneForInlining, isCached, retrieve
encode, getSimplifiedOperand, getValue, isFalseyImmediate
public OperandType getOperandType()
getOperandType
in class Operand
public boolean hasKnownValue()
Operand
hasKnownValue
in class ImmutableLiteral
public java.lang.Object createCacheObject(ThreadContext context)
ImmutableLiteral
createCacheObject
in class ImmutableLiteral
public java.lang.String toString()
toString
in class java.lang.Object
public double getValue()
public boolean isTruthyImmediate()
Operand
isTruthyImmediate
in class Operand
Copyright © 2001-2022 JRuby. All Rights Reserved.