(CodeType type)
| 6 | private Object value2 = null; |
| 7 | |
| 8 | public PCode(CodeType type) { |
| 9 | this.type = type; |
| 10 | } |
| 11 | |
| 12 | public PCode(CodeType type, Object value1) { |
| 13 | this.type = type; |
nothing calls this directly
no outgoing calls
no test coverage detected