org.eclipse.mylyn.wikitext.core.parser.markup
Class MarkupLanguage.PatternBasedSyntax
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.markup.MarkupLanguage.PatternBasedSyntax
- Enclosing class:
- MarkupLanguage
public static final class MarkupLanguage.PatternBasedSyntax
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elements
protected List<PatternBasedElement> elements
elementPattern
protected Pattern elementPattern
elementGroup
protected List<Integer> elementGroup
MarkupLanguage.PatternBasedSyntax
public MarkupLanguage.PatternBasedSyntax()
add
public void add(PatternBasedElement element)
getElements
protected List<PatternBasedElement> getElements()
- Since:
- 1.1
beginGroup
public void beginGroup(String regexFragment,
int size)
endGroup
public void endGroup(String regexFragment,
int size)
findPatternBasedElement
public PatternBasedElementProcessor findPatternBasedElement(String lineText,
int offset)
getPattern
public Pattern getPattern()
clear
public void clear()
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