# Class: com.pnfsoftware.jeb.util.interpreter.InterpreterHistory

Interpreter history objects, containing the list of commands previously issued to the interpreter.

## Constructor: InterpreterHistory

Description: Create an empty interpreter history.

## Constructor: InterpreterHistory
- parameter: `historyData`, type: `java.lang.String`

Description: Create an interpreter history from encoded history data.
parameter: historyData: encoded history data

## Method: encode
- return type: `java.lang.String`

Description: Encode this history as text.
return: encoded history data

## Method: get
- return type: `com.pnfsoftware.jeb.util.collect.ItemHistory<java.lang.String>`

Description: Get the underlying item history.
return: command history

