Uses of Enum Class
org.mozilla.javascript.StackStyle
-
Uses of StackStyle in org.mozilla.javascript
Modifier and TypeMethodDescriptionstatic StackStyle
RhinoException.getStackStyle()
Return the current stack style in use.static StackStyle
Returns the enum constant of this class with the specified name.static StackStyle[]
StackStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
RhinoException.setStackStyle
(StackStyle style) Specify the stack style to use from between three different formats: "Rhino" (the default), "Mozilla", and "V8."