Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.INativeSourceUnit
Packages that use INativeSourceUnit
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.C AST types, used in AST documents provided by the
source units
generated by gendec
.-
Uses of INativeSourceUnit in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return INativeSourceUnitModifier and TypeMethodDescriptionINativeDecompilerUnit.decompileToUnit
(INativeItem item) INativeDecompilerUnit.decompileToUnit
(INativeItem item, DecompilationContext ctx) INativeDecompilerUnit.decompileToUnit
(String identifier) INativeDecompilerUnit.decompileToUnit
(String identifier, DecompilationContext ctx) INativeDecompilerUnit.getDecompiledUnit
(INativeItem item) INativeDecompilerUnit.getDecompiledUnit
(String identifier) -
Uses of INativeSourceUnit in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Constructors in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type INativeSourceUnit