IndentEvent
public class EvalExprEvent extends InterpEvent
Modifier and Type | Field | Description |
---|---|---|
String |
expr |
|
int |
exprStartChar |
Index of first char in template.
|
int |
exprStopChar |
Index of last char in template (inclusive).
|
outputStartChar, outputStopChar, scope
Constructor | 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 InterpEvent
Copyright © 2019. All rights reserved.