| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
ParseProblem.Type |
ParseProblem.getType() |
static ParseProblem.Type |
ParseProblem.Type.valueOf(java.lang.String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParseProblem.setType(ParseProblem.Type type) |
| Constructor and Description |
|---|
ParseProblem(ParseProblem.Type type,
java.lang.String message,
java.lang.String sourceName,
int offset,
int length)
Constructs a new ParseProblem.
|