public interface

ICConstantInteger

implements ICConstant
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantInteger

Summary

Public Methods
abstract NumberFormatter getFormatter()
abstract long getValueAsLong()
abstract boolean isNegative()
abstract boolean isPositive()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstant
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression

Public Methods

public abstract NumberFormatter getFormatter ()

public abstract long getValueAsLong ()

public abstract boolean isNegative ()

public abstract boolean isPositive ()