public final enum

DexPoolType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.code.android.dex.DexPoolType

Class Overview

An enumeration of Dex pool types.

Summary

Enum Values
DexPoolType  CALL_SITE   
DexPoolType  CLASS   
DexPoolType  FIELD   
DexPoolType  METHOD   
DexPoolType  METHOD_HANDLE   
DexPoolType  PROTOTYPE   
DexPoolType  STRING   
DexPoolType  TYPE   
Public Methods
static DexPoolType valueOf(String name)
final static DexPoolType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DexPoolType CALL_SITE

public static final DexPoolType CLASS

public static final DexPoolType FIELD

public static final DexPoolType METHOD

public static final DexPoolType METHOD_HANDLE

public static final DexPoolType PROTOTYPE

public static final DexPoolType STRING

public static final DexPoolType TYPE

Public Methods

public static DexPoolType valueOf (String name)

public static final DexPoolType[] values ()