public class InterpEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
outputStartChar |
int |
outputStopChar |
InstanceScope |
scope |
Constructor and Description |
---|
InterpEvent(InstanceScope scope,
int outputStartChar,
int outputStopChar) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public InstanceScope scope
public final int outputStartChar
public final int outputStopChar
public InterpEvent(InstanceScope scope, int outputStartChar, int outputStopChar)