# Class: com.pnfsoftware.jeb.core.units.code.asm.type.ClassVtablePaths

Helper used to determine virtual table inheritance paths.

## Constructor: ClassVtablePaths
- parameter: `base`, type: `T`
- parameter: `fx`, type: `com.pnfsoftware.jeb.core.units.code.asm.type.INodeFeatureExtractor<T>`

Description: Create a virtual table path helper.
parameter: base: base node
parameter: fx: node feature extractor

## Method: determineFull
- return type: `java.util.List<java.util.List<T>>`

Description: Determine full paths from the base node.
return: full paths

## Method: determinePartial
- return type: `java.util.List<java.util.List<T>>`

Description: Determine partial paths from the base node.
return: partial paths

