summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/code/instructions/CASTORE.java
blob: df9484de579d948f6769ffe61d3b4c44681f650c (plain)
1
2
3
4
5
6
7
package de.fernflower.code.instructions;

import de.fernflower.code.Instruction;

public class CASTORE extends Instruction {

}