Class InterpEvent

    • Field Detail

      • outputStartChar

        public final int outputStartChar
        Index of first char into output stream.
      • outputStopChar

        public final int outputStopChar
        Index of last char into output stream (inclusive).
    • Constructor Detail

      • InterpEvent

        public InterpEvent(InstanceScope scope,
                           int outputStartChar,
                           int outputStopChar)
    • Method Detail

      • toString

        public String toString()