Uses of Class
com.vladsch.flexmark.util.ast.KeepType
-
-
Uses of KeepType in com.vladsch.flexmark.util.ast
Fields in com.vladsch.flexmark.util.ast declared as KeepType Modifier and Type Field Description protected KeepTypeNodeRepository. keepTypeMethods in com.vladsch.flexmark.util.ast that return KeepType Modifier and Type Method Description static KeepTypeKeepType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeepType[]KeepType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.ast that return types with arguments of type KeepType Modifier and Type Method Description abstract @NotNull com.vladsch.flexmark.util.data.DataKey<KeepType>NodeRepository. getKeepDataKey()Constructors in com.vladsch.flexmark.util.ast with parameters of type KeepType Constructor Description NodeRepository(@Nullable KeepType keepType)
-