Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantInteger32
Packages that use ICConstantInteger32
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec
.-
Uses of ICConstantInteger32 in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICConstantInteger32Modifier and TypeMethodDescriptionICConstantFactory.createInt32
(int v) Create a regular integer fitting on 32 bits.ICConstantFactory.createUnsignedInt32
(int v) Create an unsigned integer fitting on 32 bits.