Class AbstractModuleEditorHyperlinkDetector

  • All Implemented Interfaces:
    IModuleParseListener, org.eclipse.jface.text.hyperlink.IHyperlinkDetector

    public class AbstractModuleEditorHyperlinkDetector
    extends java.lang.Object
    implements org.eclipse.jface.text.hyperlink.IHyperlinkDetector, IModuleParseListener
    • Constructor Detail

      • AbstractModuleEditorHyperlinkDetector

        public AbstractModuleEditorHyperlinkDetector()
    • Method Detail

      • createHyperlinks

        public java.util.List<org.eclipse.jface.text.hyperlink.IHyperlink> createHyperlinks​(OperationCallExpression ast)
      • detectHyperlinks

        public org.eclipse.jface.text.hyperlink.IHyperlink[] detectHyperlinks​(org.eclipse.jface.text.ITextViewer textViewer,
                                                                              org.eclipse.jface.text.IRegion region,
                                                                              boolean canShowMultipleHyperlinks)
        Specified by:
        detectHyperlinks in interface org.eclipse.jface.text.hyperlink.IHyperlinkDetector
      • findInterestingASTs

        protected void findInterestingASTs​(ModuleElement ast)