public class InterpEvent
extends java.lang.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 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)
Copyright © 2018. All Rights Reserved.