Uses of Enum
org.mozilla.javascript.StackStyle
Packages that use StackStyle
-
Uses of StackStyle in org.mozilla.javascript
Fields in org.mozilla.javascript declared as StackStyleMethods in org.mozilla.javascript that return StackStyleModifier and TypeMethodDescriptionstatic StackStyleRhinoException.getStackStyle()Return the current stack style in use.static StackStyleReturns the enum constant of this type with the specified name.static StackStyle[]StackStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mozilla.javascript with parameters of type StackStyleModifier and TypeMethodDescriptionstatic voidRhinoException.setStackStyle(StackStyle style) Specify the stack style to use from between three different formats: "Rhino" (the default), "Mozilla", and "V8." See StackStyle for information about each.