public class InterpEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
outputStartChar
Index of first char into output stream.
|
int |
outputStopChar
Index of last char into output stream (inclusive).
|
InstanceScope |
scope
|
| Constructor and Description |
|---|
InterpEvent(InstanceScope
|
public InstanceScopescope
public final int outputStartChar
public final int outputStopChar
public InterpEvent(InstanceScopescope, int outputStartChar, int outputStopChar)
public StringtoString()