Package | Description |
---|---|
org.mvel2 | |
org.mvel2.util |
Modifier and Type | Method and Description |
---|---|
List<ErrorDetail> |
ParserContext.getErrorList() |
List<ErrorDetail> |
CompileException.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.addError(ErrorDetail errorDetail) |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.setErrorList(List<ErrorDetail> errorList) |
void |
CompileException.setErrors(List<ErrorDetail> errors) |
Constructor and Description |
---|
CompileException(String message,
List<ErrorDetail> errors,
char[] expr,
int cursor,
ParserContext ctx) |
Modifier and Type | Method and Description |
---|---|
static ErrorDetail |
ErrorUtil.rewriteIfNeeded(ErrorDetail detail,
char[] outer,
int outerCursor) |
Modifier and Type | Method and Description |
---|---|
static ErrorDetail |
ErrorUtil.rewriteIfNeeded(ErrorDetail detail,
char[] outer,
int outerCursor) |
Copyright © 2001–2022 JBoss by Red Hat. All rights reserved.