| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.actions.Actions |
This class defines well-known actions.
| 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
| |||||||||||
Comment action.
Conversion action.
Code specific: Action to create a package.
Delete action.
Code specific: Action to move code items to a package.
No operation.
Code specific: Action to query code overrides.
Code specific: Action to query types hierarchies.
Query cross-references action.
Rename action.