|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matcher | |
---|---|
org.eclipse.mylyn.internal.wikitext.textile.core | |
org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase | |
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.internal.wikitext.textile.core |
---|
Methods in org.eclipse.mylyn.internal.wikitext.textile.core with parameters of type Matcher | |
---|---|
static Attributes |
Textile.configureAttributes(Matcher matcher,
Attributes attributes,
int offset,
boolean block)
|
Uses of Matcher in org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase |
---|
Classes in org.eclipse.mylyn.internal.wikitext.tracwiki.core.phrase that implement Matcher | |
---|---|
class |
MonospacePhraseModifier.MonospaceElementProcessor
|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |