public class ExpressionPosition extends Object
| Modifier and Type | Field and Description |
|---|---|
static ExpressionPosition |
UNKNOWN |
| Constructor and Description |
|---|
ExpressionPosition(String expression,
int charIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharIndex() |
String |
getExpression() |
String |
toString() |
public static final ExpressionPosition UNKNOWN
public ExpressionPosition(String expression, int charIndex)
Copyright © 2021 The Apache Software Foundation. All rights reserved.