public class EvalExprEvent extends InterpEvent
Modifier and Type | Field and Description |
---|---|
java.lang.String |
expr |
int |
exprStartChar |
int |
exprStopChar |
outputStartChar, outputStopChar, scope
Constructor and Description |
---|
EvalExprEvent(InstanceScope scope,
int start,
int stop,
int exprStartChar,
int exprStopChar) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final int exprStartChar
public final int exprStopChar
public final java.lang.String expr
public EvalExprEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar)
public java.lang.String toString()
toString
in class InterpEvent