Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICIdentifier
Packages that use ICIdentifier
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec
.C simulator types, used to emulate AST statements.
-
Uses of ICIdentifier in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICIdentifierModifier and TypeMethodDescriptionICIdentifier.duplicate()
ICDecl.getIdentifier()
Get the identifier declared.ICIdentifierManager.getIdentifier
(int id) Get an identifier object by id.ICIdentifierManager.getIdentifierAt
(long address) Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return types with arguments of type ICIdentifierMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type ICIdentifier -
Uses of ICIdentifier in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.simulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.simulator that return ICIdentifierModifier and TypeMethodDescriptionstatic ICIdentifier
CMethodSimulatorUtils.getBasePointer
(ICOperation operation) Get the base pointer in a pointer arithmetic operation.CMethodState.getIdentifier
(ICElement element) Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.simulator that return types with arguments of type ICIdentifierMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.simulator with parameters of type ICIdentifierModifier and TypeMethodDescriptionCEnvironment.getGlobalVarValue
(ICIdentifier gvar, boolean readInMemory) CEnvironment.getParameterValue
(ICIdentifier param) CEnvironment.getParameterValue
(ICIdentifier param, boolean autoGenerate) long
CEnvironment.getPassedParameterValue
(ICIdentifier arg) CEnvironment.getVarAddress
(ICIdentifier var) boolean
CEnvironment.isParameterValueSet
(ICIdentifier param) void
CEnvironment.setAutoGeneratedParameterValue
(ICIdentifier param) void
CEnvironment.setGlobalVarValue
(ICIdentifier gvar, long value) void
CMethodState.setLocalVarValue
(ICIdentifier id, Long value) void
CEnvironment.setParameterValue
(ICIdentifier param, long value) void
CEnvironment.setVarAddress
(ICIdentifier var, long address)