Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICType
Packages that use ICType
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 ICType in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICTypeModifier and TypeMethodDescriptionICTypeFactory.create(IWildcardType t) ICType.duplicate()ICOperator.getCastType()ICTypeFactory.getChar()ICClass.getClasstype()ICMethod.getClassType()ICTypeFactory.getInt()ICField.getOwnerType()ICMethod.getReturnType()Retrieve the primary return type, or the void type if this method does not return anything.ICConstant.getType()ICDecl.getType()Get the declaration type.ICField.getType()ICIdentifier.getType()Get the identifier type.ICTypeFactory.getUnsignedInt()ICTypeFactory.getVoid()Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return types with arguments of type ICTypeMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type ICTypeModifier and TypeMethodDescriptiondefault ICDeclICIdentifierManager.create(int id, ICType type, String name, CIdentifierClass identClass) ICIdentifierManager.create(int id, ICType type, String name, CIdentifierClass identClass, Integer methodIndex, Long address, Integer paramIndex) ICElementFactory.createCast(ICType casttype, ICExpression expression) ICOperatorFactory.createCastOperator(ICType casttype) Create a cast operator. -
Uses of ICType in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.simulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.simulator with parameters of type ICTypeModifier and TypeMethodDescriptionintCEnvironment.getBaseTypeSize(ICType type) Get base type size in bytes, i.e.intCEnvironment.getTypeSize(ICType type) Get type size in bytes