public class EvalExprEvent extends InterpEvent
| Modifier and Type | Field and Description |
|---|---|
String |
expr
|
int |
exprStartChar
Index of first char in template.
|
int |
exprStopChar
Index of last char in template (inclusive).
|
outputStartChar, outputStopChar, scope| Constructor and Description |
|---|
EvalExprEvent(InstanceScope
|
public final int exprStartChar
public final int exprStopChar
public final Stringexpr
public EvalExprEvent(InstanceScopescope, int start, int stop, int exprStartChar, int exprStopChar)
public StringtoString()