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

Skeleton for a command interpreter.

## Constructor: AbstractCommandInterpreter

Description: Create a command interpreter skeleton.

## Method: autoComplete
- parameter: `command`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.interpreter.AutocompletionResult`


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


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


## Method: prepare


## Method: shouldDisplayRawResults
- return type: `boolean`


