Uses of Enum Class
org.fife.rsta.ac.js.JsHinter.MarkStrategy
Packages that use JsHinter.MarkStrategy
-
Uses of JsHinter.MarkStrategy in org.fife.rsta.ac.js
Subclasses with type arguments of type JsHinter.MarkStrategy in org.fife.rsta.ac.jsModifier and TypeClassDescriptionprivate static enumWhat exactly to mark as the error in the document, based on an error code from JSHint.Fields in org.fife.rsta.ac.js with type parameters of type JsHinter.MarkStrategyModifier and TypeFieldDescriptionprivate static final Map<String, JsHinter.MarkStrategy> JsHinter.MARK_STRATEGIESMethods in org.fife.rsta.ac.js that return JsHinter.MarkStrategyModifier and TypeMethodDescriptionprivate static JsHinter.MarkStrategyJsHinter.getMarkStrategy(String msgCode) static JsHinter.MarkStrategyReturns the enum constant of this class with the specified name.static JsHinter.MarkStrategy[]JsHinter.MarkStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.