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_DEFINITIONS
Methods in com.vladsch.flexmark.ext.macros with parameters of type MacroDefinitionRepository Modifier and Type Method Description MacroDefinitionBlock
MacroReference. getMacroDefinitionBlock(MacroDefinitionRepository repository)
MacroDefinitionBlock
MacroReference. 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) MacroDefinitionRepository
MacrosNodeRenderer. repository
Methods in com.vladsch.flexmark.ext.macros.internal that return MacroDefinitionRepository Modifier and Type Method Description MacroDefinitionRepository
MacrosNodeFormatter. 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()
-