# Enum: com.pnfsoftware.jeb.core.units.code.android.IDalvikDebuggerUnit.ThreadFrameSlotIndexMode

Slot index mode of a thread\-frame. The mode defines how indexes are attributed to variables and parameters.

## Constant: AUTO
Description: Automatically select the slot indexing mode.

## Constant: PAR
Description: Use parameter indexes.

## Constant: VAR
Description: Use local variable indexes.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.IDalvikDebuggerUnit.ThreadFrameSlotIndexMode`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.android.IDalvikDebuggerUnit.ThreadFrameSlotIndexMode[]`


