public abstract class DvdAbstractExpression { public abstract String interpret( DvdInterpreterContext dvdInterpreterContext); }