Uses of Enum
org.mozilla.javascript.ast.ParseProblem.Type
Packages that use ParseProblem.Type
-
Uses of ParseProblem.Type in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return ParseProblem.TypeModifier and TypeMethodDescriptionParseProblem.getType()
static ParseProblem.Type
Returns the enum constant of this type with the specified name.static ParseProblem.Type[]
ParseProblem.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mozilla.javascript.ast with parameters of type ParseProblem.TypeConstructors in org.mozilla.javascript.ast with parameters of type ParseProblem.TypeModifierConstructorDescriptionParseProblem
(ParseProblem.Type type, String message, String sourceName, int offset, int length) Constructs a new ParseProblem.