# Interface: com.pnfsoftware.jeb.core.units.code.asm.type.INodeFeatureExtractor

Extractor for parent nodes used by type graph helpers.

## Method: getParents
- parameter: `node`, type: `T`
- return type: `java.util.Collection<T>`

Description: Retrieve the parent nodes of a node.
parameter: node: node
return: parent nodes

