package ql.ast.statement; /** * @author orosu */ public interface IAssignment extends IStatement { public String getId(); public String getLabel(); }