Class EolRuntimeExceptionHyperlinkListener

java.lang.Object
org.eclipse.epsilon.common.dt.console.EolRuntimeExceptionHyperlinkListener
All Implemented Interfaces:
org.eclipse.ui.console.IPatternMatchListener, org.eclipse.ui.console.IPatternMatchListenerDelegate

public class EolRuntimeExceptionHyperlinkListener extends Object implements org.eclipse.ui.console.IPatternMatchListener
  • Field Details

    • ioConsole

      protected org.eclipse.ui.console.IOConsole ioConsole
  • Constructor Details

    • EolRuntimeExceptionHyperlinkListener

      public EolRuntimeExceptionHyperlinkListener(org.eclipse.ui.console.IOConsole ioConsole)
  • Method Details

    • getPattern

      public String getPattern()
      Specified by:
      getPattern in interface org.eclipse.ui.console.IPatternMatchListener
    • getCompilerFlags

      public int getCompilerFlags()
      Specified by:
      getCompilerFlags in interface org.eclipse.ui.console.IPatternMatchListener
    • getLineQualifier

      public String getLineQualifier()
      Specified by:
      getLineQualifier in interface org.eclipse.ui.console.IPatternMatchListener
    • connect

      public void connect(org.eclipse.ui.console.TextConsole console)
      Specified by:
      connect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
    • disconnect

      public void disconnect()
      Specified by:
      disconnect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
    • matchFound

      public void matchFound(org.eclipse.ui.console.PatternMatchEvent event)
      Specified by:
      matchFound in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
    • parsePosition

      protected Position parsePosition(String s)