Mylyn WikiText

org.eclipse.mylyn.wikitext.core.parser.util
Class MatcherAdaper

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.util.MatcherAdaper
All Implemented Interfaces:
Matcher

public class MatcherAdaper
extends Object
implements Matcher

Adapt a regex matcher to a Matcher.

Since:
1.0
Author:
David Green

Constructor Summary
MatcherAdaper(Matcher delegate)
           
 
Method Summary
 int end(int group)
           
 String group(int group)
           
 int start(int group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatcherAdaper

public MatcherAdaper(Matcher delegate)
Method Detail

end

public int end(int group)
Specified by:
end in interface Matcher

group

public String group(int group)
Specified by:
group in interface Matcher

start

public int start(int group)
Specified by:
start in interface Matcher

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