Mylyn WikiText

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

All Known Implementing Classes:
EntityReplacementTokenProcessor, LineBreakReplacementTokenProcessor, LiteralPhraseModifierProcessor, LiteralReplacementTokenProcessor, MatcherAdaper, 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)

Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html