/** * <copyright> * </copyright> * * */ package org.emftext.term.propositional.expression.resource.expression.debug; /** * A DebuggableInterpreter is a facade for interpreters that adds debug support. */ public class ExpressionDebuggableInterpreter { // The generator for this class is currently disabled by option // 'disableDebugSupport' in the .cs file. }