Uses of Class
com.vladsch.flexmark.ext.macros.internal.MacroDefinitionRepository
-
Packages that use MacroDefinitionRepository Package Description com.vladsch.flexmark.ext.macros com.vladsch.flexmark.ext.macros.internal -
-
Uses of MacroDefinitionRepository in com.vladsch.flexmark.ext.macros
Fields in com.vladsch.flexmark.ext.macros with type parameters of type MacroDefinitionRepository Modifier and Type Field Description static DataKey<MacroDefinitionRepository>MacrosExtension. MACRO_DEFINITIONSMethods in com.vladsch.flexmark.ext.macros with parameters of type MacroDefinitionRepository Modifier and Type Method Description MacroDefinitionBlockMacroReference. getMacroDefinitionBlock(MacroDefinitionRepository repository)MacroDefinitionBlockMacroReference. getReferenceNode(MacroDefinitionRepository repository) -
Uses of MacroDefinitionRepository in com.vladsch.flexmark.ext.macros.internal
Fields in com.vladsch.flexmark.ext.macros.internal declared as MacroDefinitionRepository Modifier and Type Field Description (package private) MacroDefinitionRepositoryMacrosNodeRenderer. repositoryMethods in com.vladsch.flexmark.ext.macros.internal that return MacroDefinitionRepository Modifier and Type Method Description MacroDefinitionRepositoryMacrosNodeFormatter. getRepository(DataHolder options)Methods in com.vladsch.flexmark.ext.macros.internal that return types with arguments of type MacroDefinitionRepository Modifier and Type Method Description @NotNull DataKey<MacroDefinitionRepository>MacroDefinitionRepository. getDataKey()
-