Uses of Class
org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithKind
-
Packages that use SurroundWithCommand.SurroundWithKind Package Description org.eclipse.lemminx.extensions.contentmodel.commands -
-
Uses of SurroundWithCommand.SurroundWithKind in org.eclipse.lemminx.extensions.contentmodel.commands
Methods in org.eclipse.lemminx.extensions.contentmodel.commands that return SurroundWithCommand.SurroundWithKind Modifier and Type Method Description static SurroundWithCommand.SurroundWithKindSurroundWithCommand.SurroundWithKind. get(String kind)static SurroundWithCommand.SurroundWithKindSurroundWithCommand.SurroundWithKind. valueOf(String name)Returns the enum constant of this type with the specified name.static SurroundWithCommand.SurroundWithKind[]SurroundWithCommand.SurroundWithKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-