public abstract static class ArithmeticOpTable.FloatConvertOp extends ArithmeticOpTable.UnaryOp<ArithmeticOpTable.FloatConvertOp>
ArithmeticOpTable.UnaryOp.Abs, ArithmeticOpTable.UnaryOp.Neg, ArithmeticOpTable.UnaryOp.Not, ArithmeticOpTable.UnaryOp.Sqrt| 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, foldStamptoStringprotected FloatConvertOp(FloatConvert op)
public FloatConvert getFloatConvert()
public ArithmeticOpTable.FloatConvertOp unwrap()
unwrap in class ArithmeticOpTable.UnaryOp<ArithmeticOpTable.FloatConvertOp>public int hashCode()
hashCode in class ArithmeticOpTable.Oppublic boolean equals(Object obj)
equals in class ArithmeticOpTable.Op