Class ZzzzzzRepository
- java.lang.Object
-
- com.vladsch.flexmark.util.ast.NodeRepository<ZzzzzzBlock>
-
- com.vladsch.flexmark.ext.zzzzzz.internal.ZzzzzzRepository
-
- All Implemented Interfaces:
java.util.Map<java.lang.String,ZzzzzzBlock>
public class ZzzzzzRepository extends NodeRepository<ZzzzzzBlock>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.ArrayList<ZzzzzzBlock>referencedZzzzzzBlocks-
Fields inherited from class com.vladsch.flexmark.util.ast.NodeRepository
keepType, nodeList, nodeMap
-
-
Constructor Summary
Constructors Constructor Description ZzzzzzRepository(DataHolder options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddZzzzzzReference(ZzzzzzBlock zzzzzzBlock, Zzzzzz zzzzzz)@NotNull DataKey<ZzzzzzRepository>getDataKey()@NotNull DataKey<KeepType>getKeepDataKey()@NotNull java.util.Set<ZzzzzzBlock>getReferencedElements(Node parent)java.util.List<ZzzzzzBlock>getReferencedZzzzzzBlocks()voidresolveZzzzzzOrdinals()-
Methods inherited from class com.vladsch.flexmark.util.ast.NodeRepository
clear, containsKey, containsValue, entrySet, equals, get, getFromRaw, getValues, hashCode, isEmpty, keySet, normalizeKey, put, putAll, putRawKey, remove, size, transferReferences, values, visitNodes
-
-
-
-
Field Detail
-
referencedZzzzzzBlocks
private java.util.ArrayList<ZzzzzzBlock> referencedZzzzzzBlocks
-
-
Constructor Detail
-
ZzzzzzRepository
public ZzzzzzRepository(DataHolder options)
-
-
Method Detail
-
addZzzzzzReference
public void addZzzzzzReference(ZzzzzzBlock zzzzzzBlock, Zzzzzz zzzzzz)
-
resolveZzzzzzOrdinals
public void resolveZzzzzzOrdinals()
-
getReferencedZzzzzzBlocks
public java.util.List<ZzzzzzBlock> getReferencedZzzzzzBlocks()
-
getDataKey
@NotNull public @NotNull DataKey<ZzzzzzRepository> getDataKey()
- Specified by:
getDataKeyin classNodeRepository<ZzzzzzBlock>
-
getKeepDataKey
@NotNull public @NotNull DataKey<KeepType> getKeepDataKey()
- Specified by:
getKeepDataKeyin classNodeRepository<ZzzzzzBlock>
-
getReferencedElements
@NotNull public @NotNull java.util.Set<ZzzzzzBlock> getReferencedElements(Node parent)
- Specified by:
getReferencedElementsin classNodeRepository<ZzzzzzBlock>
-
-