Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICField
Packages that use ICField
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 ICField in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return ICFieldMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type ICFieldModifier and TypeMethodDescriptionboolean
ISourceCustomizer.generateFieldDeclarationLine
(ICField elt, COutputSink out) boolean
SourceCustomizerAdapter.generateFieldDeclarationLine
(ICField elt, COutputSink out) -
Uses of ICField in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICFieldModifier and TypeMethodDescriptionICFieldFactory.create
(INativeFieldItem fielditem, boolean reInitIfExist) Create a global or structure field AST object, backed by an explicit native field item.Create a generic field AST object.ICFieldFactory.createStructureField
(IStructureType structType, IStructureTypeField structField) Create a structure field AST object.ICField.duplicate()
Retrieve an AST field object by address.ICInstanceField.getField()
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return types with arguments of type ICFieldMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type ICFieldModifier and TypeMethodDescriptionvoid
void
boolean
ICNamingEngine.beautifyIdentifierNames
(ICField fieldElement, IDynamicContentManager dcm) Beautify identifier names.ICElementFactory.createInstanceField
(ICField field, ICExpression instance, boolean pointed) boolean
ICClass.removeField
(ICField field)