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 scope,
int start,
int stop,
int exprStartChar,
int exprStopChar) |
public final int exprStartChar
public final int exprStopChar
public final String expr
public EvalExprEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar)
public String toString()
toString in class InterpEventCopyright © 2013. All Rights Reserved.