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 ICIdentifierCMethodSimulatorUtils.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) longCEnvironment.getPassedParameterValue(ICIdentifier arg) CEnvironment.getVarAddress(ICIdentifier var) booleanCEnvironment.isParameterValueSet(ICIdentifier param) voidCEnvironment.setAutoGeneratedParameterValue(ICIdentifier param) voidCEnvironment.setGlobalVarValue(ICIdentifier gvar, long value) voidCMethodState.setLocalVarValue(ICIdentifier id, Long value) voidCEnvironment.setParameterValue(ICIdentifier param, long value) voidCEnvironment.setVarAddress(ICIdentifier var, long address)