public static class GfmIssuesInlineParserExtension.Factory extends Object implements com.vladsch.flexmark.parser.InlineParserExtensionFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsGlobalScope() |
@NotNull com.vladsch.flexmark.parser.InlineParserExtension |
apply(@NotNull com.vladsch.flexmark.parser.LightInlineParser inlineParser) |
@Nullable Set<Class<?>> |
getAfterDependents() |
@Nullable Set<Class<?>> |
getBeforeDependents() |
@NotNull CharSequence |
getCharacters() |
@Nullable public @Nullable Set<Class<?>> getAfterDependents()
getAfterDependents in interface com.vladsch.flexmark.util.dependency.Dependent@NotNull public @NotNull CharSequence getCharacters()
getCharacters in interface com.vladsch.flexmark.parser.InlineParserExtensionFactory@Nullable public @Nullable Set<Class<?>> getBeforeDependents()
getBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent@NotNull
public @NotNull com.vladsch.flexmark.parser.InlineParserExtension apply(@NotNull
@NotNull com.vladsch.flexmark.parser.LightInlineParser inlineParser)
public boolean affectsGlobalScope()
affectsGlobalScope in interface com.vladsch.flexmark.util.dependency.DependentCopyright © 2020. All rights reserved.