NamedProgramElement.java :  » Testing » KeY » de » uka » ilkd » key » java » Java Open Source

Java Open Source » Testing » KeY 
KeY » de » uka » ilkd » key » java » NamedProgramElement.java
// This file is part of KeY - Integrated Deductive Software Design
// Copyright (C) 2001-2007 Universitaet Karlsruhe, Germany
//                         Universitaet Koblenz-Landau, Germany
//                         Chalmers University of Technology, Sweden
//
// The KeY system is protected by the GNU General Public License. 
// See LICENSE.TXT for details.
//
//


package de.uka.ilkd.key.java;


/**
 *  Named program element.
 * taken from COMPOST and changed to achieve an immutable structure
 */

public interface NamedProgramElement extends NamedModelElement, NonTerminalProgramElement {

    /**
 *      Get identifier.
 *      @return the identifier.
     */
    de.uka.ilkd.key.logic.ProgramElementName getProgramElementName();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.