Uses of Class
com.vladsch.flexmark.util.ast.NodeRepository
-
-
Uses of NodeRepository in com.vladsch.flexmark.util.ast
Classes in com.vladsch.flexmark.util.ast with type parameters of type NodeRepository Modifier and Type Interface Description interfaceReferenceNode<R extends NodeRepository<B>,B extends Node,N extends Node>interfaceReferencingNode<R extends NodeRepository<B>,B extends ReferenceNode>Methods in com.vladsch.flexmark.util.ast that return types with arguments of type NodeRepository Modifier and Type Method Description abstract @NotNull com.vladsch.flexmark.util.data.DataKey<? extends NodeRepository<T>>NodeRepository. getDataKey()Methods in com.vladsch.flexmark.util.ast with parameters of type NodeRepository Modifier and Type Method Description static <T> booleanNodeRepository. transferReferences(@NotNull NodeRepository<T> destination, @NotNull NodeRepository<T> included, boolean onlyIfUndefined, @Nullable Map<String,String> referenceIdMap)
-