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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEolRuntimeExceptionHyperlinkListener(org.eclipse.ui.console.IOConsole ioConsole) -
Method Summary
Modifier and TypeMethodDescriptionvoidconnect(org.eclipse.ui.console.TextConsole console) voidintvoidmatchFound(org.eclipse.ui.console.PatternMatchEvent event) protected Position
-
Field Details
-
ioConsole
protected org.eclipse.ui.console.IOConsole ioConsole
-
-
Constructor Details
-
EolRuntimeExceptionHyperlinkListener
public EolRuntimeExceptionHyperlinkListener(org.eclipse.ui.console.IOConsole ioConsole)
-
-
Method Details
-
getPattern
- Specified by:
getPatternin interfaceorg.eclipse.ui.console.IPatternMatchListener
-
getCompilerFlags
public int getCompilerFlags()- Specified by:
getCompilerFlagsin interfaceorg.eclipse.ui.console.IPatternMatchListener
-
getLineQualifier
- Specified by:
getLineQualifierin interfaceorg.eclipse.ui.console.IPatternMatchListener
-
connect
public void connect(org.eclipse.ui.console.TextConsole console) - Specified by:
connectin interfaceorg.eclipse.ui.console.IPatternMatchListenerDelegate
-
disconnect
public void disconnect()- Specified by:
disconnectin interfaceorg.eclipse.ui.console.IPatternMatchListenerDelegate
-
matchFound
public void matchFound(org.eclipse.ui.console.PatternMatchEvent event) - Specified by:
matchFoundin interfaceorg.eclipse.ui.console.IPatternMatchListenerDelegate
-
parsePosition
-