Mylyn WikiText

org.eclipse.mylyn.wikitext.core.parser.markup.token
Class EntityReferenceReplacementToken

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElement
      extended by org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternEntityReferenceReplacementToken
          extended by org.eclipse.mylyn.wikitext.core.parser.markup.token.EntityReferenceReplacementToken
All Implemented Interfaces:
Cloneable

public class EntityReferenceReplacementToken
extends PatternEntityReferenceReplacementToken

Since:
1.0
Author:
David Green

Constructor Summary
EntityReferenceReplacementToken(String token, String replacement)
           
 
Method Summary
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.token.PatternEntityReferenceReplacementToken
getPattern, getPatternGroupCount, 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

EntityReferenceReplacementToken

public EntityReferenceReplacementToken(String token,
                                       String replacement)

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