Uses of Class
com.vladsch.flexmark.util.ast.TextContainer.Flags
-
-
Uses of TextContainer.Flags in com.vladsch.flexmark.util.ast
Methods in com.vladsch.flexmark.util.ast that return TextContainer.Flags Modifier and Type Method Description static TextContainer.FlagsTextContainer.Flags. valueOf(String name)Returns the enum constant of this type with the specified name.static TextContainer.Flags[]TextContainer.Flags. values()Returns an array containing the constants of this enum type, in the order they are declared.
-