Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICDecompilableElement
Packages that use ICDecompilableElement
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 ICDecompilableElement in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return ICDecompilableElement -
Uses of ICDecompilableElement in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Subinterfaces of ICDecompilableElement in com.pnfsoftware.jeb.core.units.code.asm.decompiler.astModifier and TypeInterfaceDescriptioninterface
C AST "class" objects are top-level AST objects that can be retrieved by aICClassFactory
.interface
C AST field objects are top-level objects that can be retrieved by aICFieldFactory
.interface
C AST method objects are top-level AST objects that can be retrieved by aICMethodFactory
.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICDecompilableElement