public class

Actions

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.actions.Actions

Class Overview

This class defines well-known actions.

Summary

Constants
int COMMENT Comment action.
int CONVERT Conversion action.
int CONVERT_BASE
int CREATE_PACKAGE Code specific: Action to create a package.
int DEFINE_CODE
int DEFINE_DATA
int DEFINE_PROCEDURE
int DELETE Delete action.
int EDIT_STACKFRAME
int MOVE_TO_PACKAGE Code specific: Action to move code items to a package.
int NOOP No operation.
int QUERY_OVERRIDES Code specific: Action to query code overrides.
int QUERY_TYPE_HIER Code specific: Action to query types hierarchies.
int QUERY_XREFS Query cross-references action.
int RENAME Rename action.
int UNDEFINE
Public Constructors
Actions()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int COMMENT

Comment action.

Constant Value: 3 (0x00000003)

public static final int CONVERT

Conversion action.

Constant Value: 5 (0x00000005)

public static final int CONVERT_BASE

Constant Value: 15 (0x0000000f)

public static final int CREATE_PACKAGE

Code specific: Action to create a package.

Constant Value: 10 (0x0000000a)

public static final int DEFINE_CODE

Constant Value: 16 (0x00000010)

public static final int DEFINE_DATA

Constant Value: 17 (0x00000011)

public static final int DEFINE_PROCEDURE

Constant Value: 15 (0x0000000f)

public static final int DELETE

Delete action.

Constant Value: 1 (0x00000001)

public static final int EDIT_STACKFRAME

Constant Value: 16 (0x00000010)

public static final int MOVE_TO_PACKAGE

Code specific: Action to move code items to a package.

Constant Value: 11 (0x0000000b)

public static final int NOOP

No operation.

Constant Value: 0 (0x00000000)

public static final int QUERY_OVERRIDES

Code specific: Action to query code overrides.

Constant Value: 13 (0x0000000d)

public static final int QUERY_TYPE_HIER

Code specific: Action to query types hierarchies.

Constant Value: 12 (0x0000000c)

public static final int QUERY_XREFS

Query cross-references action.

Constant Value: 4 (0x00000004)

public static final int RENAME

Rename action.

Constant Value: 2 (0x00000002)

public static final int UNDEFINE

Constant Value: 14 (0x0000000e)

Public Constructors

public Actions ()