()
| 43 | public byte indirect; |
| 44 | |
| 45 | @Override |
| 46 | public List getFieldOrder() { |
| 47 | return Arrays.asList("address", "indirect"); |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | public static class OpValue extends Union { |
nothing calls this directly
no outgoing calls
no test coverage detected