6789101112
public class GimpleGoto extends GimpleIns { private int target; public GimpleLabel getTargetLabel() { return new GimpleLabel("bb" + target); }