Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantFactory
Packages that use ICConstantFactory
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec.Types specific to
gendec's AST optimizers.-
Uses of ICConstantFactory in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICConstantFactoryModifier and TypeMethodDescriptiondefault ICConstantFactoryICDecompilableElement.getConstantFactory()Convenience method.ICGlobalContext.getConstantFactory() -
Uses of ICConstantFactory in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.opt
Fields in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.opt declared as ICConstantFactoryModifier and TypeFieldDescriptionprotected ICConstantFactoryAbstractCOptimizer.cfConstant factory for the current method.