org.eclipse.mylyn.internal.wikitext.confluence.core.phrase
Class HyperlinkPhraseModifier

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
      extended by org.eclipse.mylyn.internal.wikitext.confluence.core.phrase.SimpleWrappedPhraseModifier
          extended by org.eclipse.mylyn.internal.wikitext.confluence.core.phrase.HyperlinkPhraseModifier
All Implemented Interfaces:
Cloneable

public class HyperlinkPhraseModifier
extends SimpleWrappedPhraseModifier


Field Summary
 
Fields inherited from class org.eclipse.mylyn.internal.wikitext.confluence.core.phrase.SimpleWrappedPhraseModifier
CONTENT_GROUP, endDelimiter, nesting, spanType, startDelimiter
 
Constructor Summary
HyperlinkPhraseModifier()
           
 
Method Summary
protected  String getPattern(int groupOffset)
          Get the regular expression pattern that matches this element.
protected  PatternBasedElementProcessor newProcessor()
          create a new processor for processing the type of element detected by this class.
 
Methods inherited from class org.eclipse.mylyn.internal.wikitext.confluence.core.phrase.SimpleWrappedPhraseModifier
getContent, getPatternGroupCount, getStart, quoteLite
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperlinkPhraseModifier

public HyperlinkPhraseModifier()
Method Detail

getPattern

protected String getPattern(int groupOffset)
Description copied from class: PatternBasedElement
Get the regular expression pattern that matches this element. Generally the pattern may be assembled into a single larger regular expression.

Overrides:
getPattern in class SimpleWrappedPhraseModifier
Parameters:
groupOffset - the offset of the groups in the pattern, 0 indicating no offset
Returns:
the regular expression pattern

newProcessor

protected PatternBasedElementProcessor newProcessor()
Description copied from class: PatternBasedElement
create a new processor for processing the type of element detected by this class.

Overrides:
newProcessor in class SimpleWrappedPhraseModifier


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.