package nl.uva.softwcons.ql.ast; public interface ASTNode { LineInfo getLineInfo(); }