public class

ValueInteger

extends AbstractValueNumber
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
     ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber
       ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.ValueInteger

Class Overview

A 32-bit integer value provided by a debugger unit.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
ValueInteger(int v)
Public Methods
String getTypeName()
Integer getValue()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber
From class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue

Public Constructors

public ValueInteger (int v)

Public Methods

public String getTypeName ()

public Integer getValue ()