public class

DebugInformationPolicy

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.DebugInformationPolicy

Class Overview

Policies about how to retrieve and use debug information.

Summary

Constants
int RETRIEVAL_ALL
int RETRIEVAL_LOCAL
int RETRIEVAL_NONE
int USAGE_ALL
int USAGE_INTERNAL
int USAGE_NONE
Public Constructors
DebugInformationPolicy(int usage, int retrieval)
Public Methods
boolean equals(Object obj)
int getRetrieval()
int getUsage()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int RETRIEVAL_ALL

Constant Value: 2 (0x00000002)

public static final int RETRIEVAL_LOCAL

Constant Value: 1 (0x00000001)

public static final int RETRIEVAL_NONE

Constant Value: 0 (0x00000000)

public static final int USAGE_ALL

Constant Value: 2 (0x00000002)

public static final int USAGE_INTERNAL

Constant Value: 1 (0x00000001)

public static final int USAGE_NONE

Constant Value: 0 (0x00000000)

Public Constructors

public DebugInformationPolicy (int usage, int retrieval)

Public Methods

public boolean equals (Object obj)

public int getRetrieval ()

public int getUsage ()

public int hashCode ()

public String toString ()