org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase
Class DeletedPhraseModifier

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

public class DeletedPhraseModifier
extends SimplePhraseModifier


Field Summary
 
Fields inherited from class org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase.SimpleWrappedPhraseModifier
CONTENT_GROUP
 
Constructor Summary
DeletedPhraseModifier()
           
 
Method Summary
protected  String getPattern(int groupOffset)
          Get the regular expression pattern that matches this element.
 
Methods inherited from class org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase.SimpleWrappedPhraseModifier
getContent, getPatternGroupCount, getStart, newProcessor
 
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

DeletedPhraseModifier

public DeletedPhraseModifier()
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


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