/* * VariavelBooleana.java * * Created on 15 de Setembro de 2005, 20:26 * * To change this template, choose Tools | Options and locate the template under * the Source Creation and Management node. Right-click the template and choose * Open. You can then make changes to the template in the Source Editor. */ package expbooleana; /** * * @author 203620 */ public class VariavelBooleana extends ExpressaoBoleana { /** Creates a new instance of VariavelBooleana */ public VariavelBooleana() { } }