org.eclipse.mylyn.wikitext.core.parser.util
Interface Matcher

All Known Implementing Classes:
EntityReplacementTokenProcessor, LineBreakReplacementTokenProcessor, LiteralPhraseModifierProcessor, LiteralReplacementTokenProcessor, MatcherAdaper, MonospacePhraseModifier.MonospaceElementProcessor, PatternBasedElementProcessor

public interface Matcher

An interface that defines a matcher, much the same as a Matcher.

Author:
David Green
See Also:
MatcherAdaper

Method Summary
 int end(int group)
           
 String group(int group)
           
 int start(int group)
           
 

Method Detail

group

String group(int group)

start

int start(int group)

end

int end(int group)


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