# Enum: com.pnfsoftware.jeb.core.units.code.asm.type.StorageEntry.Type

Type of storage requirements \(on the stack, in registers, etc.\).

## Constant: MIXED
Description: A mixed storage area if made of \(in order\): one or more [#REGISTER](#REGISTER) entries, followed by an optional [#STACK](#STACK) entry.

## Constant: REGISTER
Description: An single\-slot storage entry located in a register

## Constant: REGISTER_PAIR
Description: Special value for double\-slot entries located in a register pairs

## Constant: REGISTER_QUAD
Description: Special value for quad\-slot entries located in 4 registers

## Constant: STACK
Description: An entry located on the stack; it can be any slot length

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.type.StorageEntry.Type`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.type.StorageEntry.Type[]`


