Class ClassVtablePaths<T>
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.type.ClassVtablePaths<T>
- Type Parameters:
T- node type
Helper used to determine virtual table inheritance paths.
-
Constructor Summary
ConstructorsConstructorDescriptionClassVtablePaths(T base, INodeFeatureExtractor<T> fx) Create a virtual table path helper. -
Method Summary
Modifier and TypeMethodDescriptionDetermine full paths from the base node.Determine partial paths from the base node.
-
Constructor Details
-
ClassVtablePaths
Create a virtual table path helper.- Parameters:
base- base nodefx- node feature extractor
-
-
Method Details
-
determinePartial
Determine partial paths from the base node.- Returns:
- partial paths
-
determineFull
Determine full paths from the base node.- Returns:
- full paths
-