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