public class AbbreviationRepository extends com.vladsch.flexmark.util.ast.NodeRepository<AbbreviationBlock>
| Constructor and Description |
|---|
AbbreviationRepository(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.vladsch.flexmark.util.data.DataKey<AbbreviationRepository> |
getDataKey() |
@NotNull com.vladsch.flexmark.util.data.DataKey<com.vladsch.flexmark.util.ast.KeepType> |
getKeepDataKey() |
@NotNull Set<AbbreviationBlock> |
getReferencedElements(com.vladsch.flexmark.util.ast.Node parent) |
clear, containsKey, containsValue, entrySet, equals, get, getFromRaw, getValues, hashCode, isEmpty, keySet, normalizeKey, put, putAll, putRawKey, remove, size, transferReferences, values, visitNodesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AbbreviationRepository(com.vladsch.flexmark.util.data.DataHolder options)
@NotNull public @NotNull com.vladsch.flexmark.util.data.DataKey<AbbreviationRepository> getDataKey()
getDataKey in class com.vladsch.flexmark.util.ast.NodeRepository<AbbreviationBlock>@NotNull public @NotNull com.vladsch.flexmark.util.data.DataKey<com.vladsch.flexmark.util.ast.KeepType> getKeepDataKey()
getKeepDataKey in class com.vladsch.flexmark.util.ast.NodeRepository<AbbreviationBlock>@NotNull public @NotNull Set<AbbreviationBlock> getReferencedElements(com.vladsch.flexmark.util.ast.Node parent)
getReferencedElements in class com.vladsch.flexmark.util.ast.NodeRepository<AbbreviationBlock>Copyright © 2020. All rights reserved.