# Class: com.pnfsoftware.jeb.core.actions.ActionOverridesData

This action class holds information for the [Actions#QUERY_OVERRIDES](Actions#QUERY_OVERRIDES) action. This action is specific to [code](ICodeUnit) units.

## Constructor: ActionOverridesData


## Method: getAddresses
- return type: `java.util.List<java.lang.String>`

Description: Get the list of addresses. This method is used by clients. 

 Legacy method left for backward\-compatibility.
return: a list of addresses

## Method: getChildren
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.ICodeItem>`

Description: Retrieve the children nodes. Children are code nodes related to \(overriding\) the source node. This method is used by clients.
return: an unmodifiable list of overriding items

## Method: getParents
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.ICodeItem>`

Description: Retrieve the parent nodes. Parents are code nodes related to \(overridden by\) the source node. This method is used by clients.
return: an unmodifiable list of overridden items

## Method: setItems
- parameter: `children`, type: `java.util.List<? extends com.pnfsoftware.jeb.core.units.code.ICodeItem>`
- parameter: `parents`, type: `java.util.List<? extends com.pnfsoftware.jeb.core.units.code.ICodeItem>`

Description: Set the list of addresses. This method is used by plugins.
parameter: children: list of downward overrides of the current address
parameter: parents: optional list of upward overrides

