Beispiel #1
0
 public Highlighter(IDebuggerEnvironment env,
                    ShellGraphProcessingEnvironment shellProcEnv,
                    ElementRealizers realizers,
                    GraphAnnotationAndChangesRecorder renderRecorder,
                    YCompClient ycompClient,
                    Stack <Sequence> debugSequences
                    )
 {
     this.env            = env;
     this.shellProcEnv   = shellProcEnv;
     this.realizers      = realizers;
     this.renderRecorder = renderRecorder;
     this.ycompClient    = ycompClient;
     this.debugSequences = debugSequences;
 }
 public MatchMarkerAndAnnotator(ElementRealizers realizers, GraphAnnotationAndChangesRecorder renderRecorder, YCompClient ycompClient)
 {
     this.realizers      = realizers;
     this.renderRecorder = renderRecorder;
     this.ycompClient    = ycompClient;
 }