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