Uses of Enum
org.teavm.jso.core.JSRegExpFlag
Packages that use JSRegExpFlag
-
Uses of JSRegExpFlag in org.teavm.jso.core
Methods in org.teavm.jso.core that return JSRegExpFlagModifier and TypeMethodDescriptionstatic JSRegExpFlagReturns the enum constant of this type with the specified name.static JSRegExpFlag[]JSRegExpFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.jso.core with parameters of type JSRegExpFlagModifier and TypeMethodDescriptionstatic JSRegExpJSRegExp.create(String pattern, JSRegExpFlag... flags)