()
| 29 | public int cond; |
| 30 | |
| 31 | @Override |
| 32 | public List getFieldOrder() { |
| 33 | return Arrays.asList("scale", "reg", "cond"); |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | public static class OpValue extends Union { |
nothing calls this directly
no outgoing calls
no test coverage detected