Uses of Enum Class
org.ek9lang.compiler.formatter.FormatterResult.FormatterState
Packages that use FormatterResult.FormatterState
-
Uses of FormatterResult.FormatterState in org.ek9lang.compiler.formatter
Subclasses with type arguments of type FormatterResult.FormatterState in org.ek9lang.compiler.formatterModifier and TypeClassDescriptionstatic enumThe state of the formatter after processing.Methods in org.ek9lang.compiler.formatter that return FormatterResult.FormatterStateModifier and TypeMethodDescriptionFormatterResult.state()Returns the value of thestaterecord component.Returns the enum constant of this class with the specified name.static FormatterResult.FormatterState[]FormatterResult.FormatterState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.formatter with parameters of type FormatterResult.FormatterStateModifierConstructorDescriptionFormatterResult(FormatterResult.FormatterState state, String output, List<String> corrections, List<String> errors) Creates an instance of aFormatterResultrecord class.