Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantInteger64
Packages that use ICConstantInteger64
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec
.-
Uses of ICConstantInteger64 in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICConstantInteger64Modifier and TypeMethodDescriptionICConstantFactory.createInt64
(long v) Create a long integer fitting on 64 bits.ICConstantFactory.createUnsignedInt64
(long v) Create an unsigned long integer fitting on 64 bits.