public abstract static class ArithmeticOpTable.FloatConvertOp extends ArithmeticOpTable.UnaryOp<ArithmeticOpTable.FloatConvertOp>
ArithmeticOpTable.UnaryOp.Abs, ArithmeticOpTable.UnaryOp.Neg, ArithmeticOpTable.UnaryOp.Not, ArithmeticOpTable.UnaryOp.Sqrt
Modifier and Type | Field and Description |
---|---|
private FloatConvert |
op |
Modifier | Constructor and Description |
---|---|
protected |
FloatConvertOp(FloatConvert op) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
FloatConvert |
getFloatConvert() |
int |
hashCode() |
ArithmeticOpTable.FloatConvertOp |
unwrap() |
foldConstant, foldStamp
toString
private final FloatConvert op
protected FloatConvertOp(FloatConvert op)
public FloatConvert getFloatConvert()
public ArithmeticOpTable.FloatConvertOp unwrap()
unwrap
in class ArithmeticOpTable.UnaryOp<ArithmeticOpTable.FloatConvertOp>
public int hashCode()
hashCode
in class ArithmeticOpTable.Op
public boolean equals(Object obj)
equals
in class ArithmeticOpTable.Op