The opcode which defines what this bytecode does. Observe that certain bytecodes must correspond with specific subclasses. For example, opcode == LOAD always indicates that this is an instanceof Load .
()
| 265 | * instanceof <code>Load</code>. |
| 266 | */ |
| 267 | public int getOpcode(); |
| 268 | |
| 269 | /** |
| 270 | * Mutate the opcode of this item |
no outgoing calls
no test coverage detected