package net.ptnkjke.jbeditor.gui.main.constantpanes.constantpane_methodref; import org.apache.bcel.classfile.ConstantMethodref; /** * Created by Lopatin on 16.07.2014. */ public class Controller { private ConstantMethodref constant; public void setConstant(ConstantMethodref constant) { this.constant = constant; } }