Mylyn WikiText

Uses of Class
org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.PatternBasedSyntax

Packages that use MarkupLanguage.PatternBasedSyntax
org.eclipse.mylyn.wikitext.confluence.core   
org.eclipse.mylyn.wikitext.core.parser.markup comopnents for implementing a parser in terms of a MarkupLanguage 
org.eclipse.mylyn.wikitext.mediawiki.core   
org.eclipse.mylyn.wikitext.textile.core   
org.eclipse.mylyn.wikitext.tracwiki.core   
org.eclipse.mylyn.wikitext.twiki.core   
 

Uses of MarkupLanguage.PatternBasedSyntax in org.eclipse.mylyn.wikitext.confluence.core
 

Methods in org.eclipse.mylyn.wikitext.confluence.core with parameters of type MarkupLanguage.PatternBasedSyntax
protected  void ConfluenceLanguage.addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
           
protected  void ConfluenceLanguage.addStandardTokens(MarkupLanguage.PatternBasedSyntax tokenSyntax)
           
 

Uses of MarkupLanguage.PatternBasedSyntax in org.eclipse.mylyn.wikitext.core.parser.markup
 

Fields in org.eclipse.mylyn.wikitext.core.parser.markup declared as MarkupLanguage.PatternBasedSyntax
protected  MarkupLanguage.PatternBasedSyntax AbstractMarkupLanguage.phraseModifierSyntax
           
protected  MarkupLanguage.PatternBasedSyntax AbstractMarkupLanguage.tokenSyntax
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup that return MarkupLanguage.PatternBasedSyntax
protected  MarkupLanguage.PatternBasedSyntax AbstractMarkupLanguage.getPhraseModifierSyntax()
           
protected abstract  MarkupLanguage.PatternBasedSyntax MarkupLanguage.getPhraseModifierSyntax()
           
protected  MarkupLanguage.PatternBasedSyntax AbstractMarkupLanguage.getReplacementTokenSyntax()
           
protected abstract  MarkupLanguage.PatternBasedSyntax MarkupLanguage.getReplacementTokenSyntax()
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup with parameters of type MarkupLanguage.PatternBasedSyntax
protected  void AbstractMarkupLanguage.addPhraseModifierExtensions(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
          subclasses may override this method to add phrases to the language.
 void MarkupLanguageConfiguration.addPhraseModifierExtensions(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
          Indicate if newlines in the markup must cause a line break.
protected abstract  void AbstractMarkupLanguage.addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
           
protected abstract  void AbstractMarkupLanguage.addStandardTokens(MarkupLanguage.PatternBasedSyntax tokenSyntax)
           
protected  void AbstractMarkupLanguage.addTokenExtensions(MarkupLanguage.PatternBasedSyntax tokenSyntax)
          subclasses may override this method to add tokens to the language.
 void MarkupLanguageConfiguration.addTokenExtensions(MarkupLanguage.PatternBasedSyntax tokenSyntax)
           
 

Uses of MarkupLanguage.PatternBasedSyntax in org.eclipse.mylyn.wikitext.mediawiki.core
 

Methods in org.eclipse.mylyn.wikitext.mediawiki.core with parameters of type MarkupLanguage.PatternBasedSyntax
protected  void MediaWikiLanguage.addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
           
protected  void MediaWikiLanguage.addStandardTokens(MarkupLanguage.PatternBasedSyntax tokenSyntax)
           
 

Uses of MarkupLanguage.PatternBasedSyntax in org.eclipse.mylyn.wikitext.textile.core
 

Methods in org.eclipse.mylyn.wikitext.textile.core with parameters of type MarkupLanguage.PatternBasedSyntax
protected  void TextileLanguage.addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
           
protected  void TextileLanguage.addStandardTokens(MarkupLanguage.PatternBasedSyntax tokenSyntax)
           
 

Uses of MarkupLanguage.PatternBasedSyntax in org.eclipse.mylyn.wikitext.tracwiki.core
 

Methods in org.eclipse.mylyn.wikitext.tracwiki.core with parameters of type MarkupLanguage.PatternBasedSyntax
protected  void TracWikiLanguage.addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
           
protected  void TracWikiLanguage.addStandardTokens(MarkupLanguage.PatternBasedSyntax tokenSyntax)
           
 

Uses of MarkupLanguage.PatternBasedSyntax in org.eclipse.mylyn.wikitext.twiki.core
 

Methods in org.eclipse.mylyn.wikitext.twiki.core that return MarkupLanguage.PatternBasedSyntax
protected  MarkupLanguage.PatternBasedSyntax TWikiLanguage.getPhraseModifierSyntax()
           
protected  MarkupLanguage.PatternBasedSyntax TWikiLanguage.getReplacementTokenSyntax()
           
 

Methods in org.eclipse.mylyn.wikitext.twiki.core with parameters of type MarkupLanguage.PatternBasedSyntax
protected  void TWikiLanguage.addStandardPhraseModifiers(MarkupLanguage.PatternBasedSyntax phraseModifierSyntax)
           
protected  void TWikiLanguage.addStandardTokens(MarkupLanguage.PatternBasedSyntax tokenSyntax)
           
 


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