Mylyn WikiText

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

Packages that use Matcher
org.eclipse.mylyn.wikitext.core.parser.markup comopnents for implementing a parser in terms of a MarkupLanguage 
org.eclipse.mylyn.wikitext.core.parser.markup.phrase reusable PatternBasedElement components for implementing phrase modifiers of a markup language parser 
org.eclipse.mylyn.wikitext.core.parser.markup.token reusable PatternBasedElement components for implementing replacement tokens of a markup language parser 
org.eclipse.mylyn.wikitext.core.parser.util Utility classes used by the parser framework 
 

Uses of Matcher in org.eclipse.mylyn.wikitext.core.parser.markup
 

Classes in org.eclipse.mylyn.wikitext.core.parser.markup that implement Matcher
 class PatternBasedElementProcessor
          A processor that is capable of processing a specific type of markup element
 

Uses of Matcher in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
 

Classes in org.eclipse.mylyn.wikitext.core.parser.markup.phrase that implement Matcher
 class LiteralPhraseModifierProcessor
          A processor that emits the first group as characters, optionally unescaped.
 

Uses of Matcher in org.eclipse.mylyn.wikitext.core.parser.markup.token
 

Classes in org.eclipse.mylyn.wikitext.core.parser.markup.token that implement Matcher
 class EntityReplacementTokenProcessor
          A token processor that emits a specified XML entity reference.
 class LineBreakReplacementTokenProcessor
          A processor that emits a line break.
 class LiteralReplacementTokenProcessor
          A processor that emits a literal unescaped.
 

Uses of Matcher in org.eclipse.mylyn.wikitext.core.parser.util
 

Classes in org.eclipse.mylyn.wikitext.core.parser.util that implement Matcher
 class MatcherAdaper
          Adapt a regex matcher to a 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